149 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
45
views
EdgeDriver Opens Brower but fails to open URL
I am trying to automate the Edge browser with Selenium. Below are the things I have already checked, but when I run the code the browser opens and doesn't navigate to the URL.
No firewall is blocking....
0
votes
1
answer
112
views
Using Selenium-Java and WebDriverManager to do browser recording on multiple tabs
We are using selenium-java v4.23.1 and WedDriverManager v5.9.2 and we are experimenting on browser recording for troubleshooting failed tests.
We already put tab recording to work following the ...
0
votes
0
answers
499
views
Getting io.github.bonigarcia.wdm.config.WebDriverManagerException: java.net.SocketException: Connection reset while running automated tests Jenkins
17:32:12 io.github.bonigarcia.wdm.config.WebDriverManagerException: java.net.SocketException: Connection reset
17:32:12 at io.github.bonigarcia.wdm.WebDriverManager.handleException(WebDriverManager....
0
votes
1
answer
70
views
Selenium-Jupiter - Using only local Browsers/Drivers
I'd like to use the selenium-jupiter JUnit5 extension for CI/CD runs:
selenium-jupiter
Unfortunately the used WebDriverManager is dynamically fetching browsers/drivers from the internet.
To allow for ...
1
vote
2
answers
7k
views
Selenium-Could not start a new session. Response code 500. Message: session not created
I am receiving below exception when running my testng.xml
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: This version ...
0
votes
1
answer
2k
views
There was an error managing chromedriver public (For input string: "public")
`Hello,
Using webDriverManager, when my chrome browser is updated I have the next ERROR :
`874 [main] ERROR io.github.bonigarcia.wdm.WebDriverManager – There was an error managing chromedriver ...
0
votes
1
answer
307
views
Selenium IntelliJ Maven Chrome SessionNotCreated Could not start a new session. Possible causes are invalid address of the remote server
My Chrome Browser on the test machine has been updated to 122.0.6261.70 but has stopped my tests working with the error,
SessionNotCreated Could not start a new session. Possible causes are
invalid ...
1
vote
3
answers
1k
views
Using multiple Chrome versions with webdrivermanager fails
My issue: chromedriver and chrome versions do not match in my test runs
I use a custom docker image for my test runs (RHEL Linux). In this I install the latest version of Google Chrome rpm, and ...
1
vote
2
answers
846
views
Chrome web driver and selenium tests version problem
In my project where I write web automation tests using Selenium web driver, I am experiencing version problems after every new Chrome update. Chrome updates happen very frequently and I get this error ...
0
votes
2
answers
98
views
WebDriverManager avoidShutdownHook() Still Quitting Chromedriver
I'm trying to implement WebDriverManager to my integration testing. When I'm trying to debug tests, I don't want the driver to quit immediately after failing so I can interact with the webpage and ...
0
votes
1
answer
528
views
Compilation failure cannot access io.github.bonigarcia.wdm.WebDriverManager [ERROR] bad class webdrivermanager5円.4.1\
Hi All anyone could help me? I faced an issue when Itried running using Maven command line mvn test',
based on issue report , the issue due to webdriver dependency 5.4.1 version.
Java that I used &...
0
votes
1
answer
109
views
Does browserindocker() or watch() support recording of browser in docker execution in headless mode?
I'm trying to video record the browser activities in container execution. Does browserindocker.enableRecording() or watch() apis in Boni gracia webdriver manager 5.6.2 support it?
I have been trying ...
0
votes
1
answer
172
views
Have WebDriverManager use pre-downloaded chrome-driver
For linux boxes that are not able to download chrome-driver to local, how can I specify a local version to be used with WebDriverManager ? I see that targetPath() is not available to define where the ...
0
votes
1
answer
469
views
ChromeDriver only supports Chrome version 114 not 160
I've got the following error when my Chrome browser got updated to version 160:
"org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports ...
0
votes
1
answer
470
views
Getting a mismatch with the chrome version for selenium project
My code was working earlier but when I used gradle command line to run the project, I got this error:
enter image description here
I'm using bonigarcia library so the incompatibility issue with the ...