-
Notifications
You must be signed in to change notification settings - Fork 63
Unable to create driver when running a scenario #891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
hi @anandbagmar can you please check if this issue is reproducible or any more details are needed. |
@aamisharora1 Can you share the full console logs with me? And also the teswiz log file |
teswiz log file: Console logs : |
@aamisharora1 Try with this version - 81413b3 and let me know |
@aamisharora1 - This is the latest teswiz id - e9025e4 and it is working |
@anandbagmar facing same issue when used this commit id in project ( e9025e4 ) |
@aamisharora1 The tests are running in Github CI - so the problem may be something local to your execution environment.
|
on triggering scenarios getting error in method create driver :
java.lang.NoSuchMethodError: 'org.openqa.selenium.manager.SeleniumManagerOutput$Result org.openqa.selenium.remote.service.DriverFinder.getPath(org.openqa.selenium.remote.service.DriverService, org.openqa.selenium.Capabilities)'
at org.openqa.selenium.chrome.ChromeDriver.generateExecutor(ChromeDriver.java:99)
at org.openqa.selenium.chrome.ChromeDriver.(ChromeDriver.java:88)
at org.openqa.selenium.chrome.ChromeDriver.(ChromeDriver.java:83)
at org.openqa.selenium.chrome.ChromeDriver.(ChromeDriver.java:72)
at com.znsio.teswiz.runner.BrowserDriverManager.createChromeDriver(BrowserDriverManager.java:203)
at com.znsio.teswiz.runner.BrowserDriverManager.createWebDriver(BrowserDriverManager.java:178)
at com.znsio.teswiz.runner.BrowserDriverManager.createNewWebDriver(BrowserDriverManager.java:163)
at com.znsio.teswiz.runner.BrowserDriverManager.createWebDriverForUser(BrowserDriverManager.java:89)
at com.znsio.teswiz.runner.Drivers.createDriverForPlatform(Drivers.java:111)
at com.znsio.teswiz.runner.Drivers.createDriverFor(Drivers.java:75)
at com.znsio.teswiz.runner.Drivers.createDriverFor(Drivers.java:59)
teswiz version : 1.0.12 (71c7b13)
tried multiple teswiz versions but getting same issue
also tried running scenarios in teswiz directly on teswiz commit id 71c7b13
CONFIG=./configs/indigo/indigo_local_config.properties PLATFORM=web TAG=searchFlights ./gradlew run
got same issue.
The text was updated successfully, but these errors were encountered: