Search code examples
javaspringwebdriverwebdrivermanager-java

How to use Garcia's WebDriverManager with Spring's Request?


Currently I use ThreadLocal to keep WebDriver, but want to use Spring's Request instead with combination of Garcia's WebDriverManager. Any success with that?


Solution

  • It's better to use dedicated scope from cucumber-spring.