We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b6fb6d + 1a82dac commit 627f664Copy full SHA for 627f664
src/main/java/util/driver/WebDriverFactory.java
@@ -88,8 +88,8 @@ private AppiumDriver getMobileDriver() {
88
89
private WebDriver getLocalWebDriver() {
90
if (isFirefox()) {
91
- webDriver = new FirefoxDriver();
92
setGeckoDriver();
+ webDriver = new FirefoxDriver();
93
} else if (isChrome()) {
94
setChromeDriver();
95
ChromeOptions options = new ChromeOptions();
0 commit comments