Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
0 votes
1 answer
91 views

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....
Sachin Joshi's user avatar
0 votes
1 answer
120 views

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 ...
nunooliveira-vakt's user avatar
0 votes
0 answers
511 views

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....
mmhh's user avatar
  • 1
0 votes
1 answer
77 views

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 ...
Jens Stockhausen's user avatar
1 vote
2 answers
7k views

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 ...
uday's user avatar
  • 11
0 votes
1 answer
2k views

`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 ...
Victor's user avatar
  • 1
0 votes
1 answer
309 views

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 ...
Peter Wilson's user avatar
1 vote
3 answers
1k views

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 ...
Deeepdigger's user avatar
1 vote
2 answers
851 views

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 ...
ahmet.igan's user avatar
0 votes
2 answers
107 views

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 ...
user23288090's user avatar
0 votes
1 answer
532 views

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 &...
ipang's user avatar
  • 21
0 votes
1 answer
116 views

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 ...
Jyothirmayi Remilla's user avatar
0 votes
1 answer
177 views

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 ...
Andrew_M's user avatar
0 votes
1 answer
479 views

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 ...
user2270832's user avatar
0 votes
1 answer
479 views

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 ...
Krishna Singhal's user avatar

15 30 50 per page
1
2 3 4 5
10