Skip to main content
Filter by
Sorted by
Tagged with
2 votes
3 answers
219 views

I have a JavaFX application that uses Selenium to scrape some websites. Everything works great when I run the application through IntelliJ. However, I am packaging the final product into an exe file ...
chravis's user avatar
  • 125
0 votes
1 answer
672 views

I'm trying to run chromedriver and I am using Boni Garcia's WebDriverManager (v6.3.3 - latest version)for version control. The app is here: https://github.com/Vanilla2016/accountBatch I am running the ...
Dominic Keefe's user avatar
0 votes
1 answer
152 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
125 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
559 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
83 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
322 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
880 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
112 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
552 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
133 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
188 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
488 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
508 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
1 vote
0 answers
155 views

While initializing chrome browser using webdrivermanager using mockito framework, java 17 and chromebrowser version 118 but getting error as "java.lang.NoSuchMethodError: 'void org.apache.hc....
Pratiksha Junonkar's user avatar
1 vote
2 answers
159 views

I have given following code to launch the application with Firefox System.setProperty("webdriver.gecko.driver", "C:/Work/Assessment/Automation/Test_2/src/main/resources/geckodriver.exe&...
Achini Meekanda Wattage's user avatar
1 vote
1 answer
3k views

java.lang.NoSuchMethodError: 'java.io.OutputStream org.openqa.selenium.chrome.ChromeDriverService$Builder.getLogOutput(java.lang.String)' at org.openqa.selenium.chrome.ChromeDriverService$Builder....
NP06's user avatar
  • 11
1 vote
1 answer
136 views

I am using WebDriverManager for over an year, but currently we moved our CI/CD to different tool. There is additional firewall that cut of external libraries. I tried WebDriverManager.firefoxdriver()....
Sabina Firek's user avatar
1 vote
1 answer
4k views

I am using WebDriverManager - for Chrome driver - recently after chrome update to 116 was facing issues with WebdriverManager - not able to get ChromeDriver session - Removed WebdriverManager from POM ...
AlokB's user avatar
  • 11
11 votes
8 answers
49k views

Here is the code to replicate the issue. This was working fine till chromedriver 114 but it broke as soon as chrome browser got upgraded to 116. import org.openqa.selenium.WebDriver; import org.openqa....
Amit's user avatar
  • 262
1 vote
1 answer
4k views

I am getting the bellow error when trying to run automation tests, after Chrome was updated from v114 to v116 ERROR io.github.bonigarcia.wdm.online.HttpClient - Error HTTP 404 executing https://...
Tanata05's user avatar
0 votes
1 answer
144 views

Even after using latest WDM version, i am getting null for the below code OS: Windows 11, Browser: firefox. WDM version used. // https://mvnrepository.com/artifact/io.github.bonigarcia/...
Jamuna Velusamy's user avatar
0 votes
0 answers
314 views

Created Maven project in Eclipse IDE. I added this following dependency. I am getting WebDriverManager unable to resolve error. Can please help in resolving this issue. <dependency> <...
Sri's user avatar
  • 7
0 votes
0 answers
608 views

I've been trying to run this for a couple of hours, but nothing seemed to do the trick. I have Docker Desktop and the container seem to start up on script execution, but nothing happens for 30 seconds,...
Sasha Kolsky's user avatar
0 votes
0 answers
474 views

io.github.bonigarcia.wdm.config.WebDriverManagerException: io.github.bonigarcia.wdm.config.WebDriverManagerException: org.apache.hc.client5.http.HttpHostConnectException: Connect to https://...
Sanat's user avatar
  • 276
0 votes
1 answer
2k views

I am running my Selenium automation code in Edge via Jenkins and getting the below error : Caused by: io.github.bonigarcia.wdm.config.WebDriverManagerException: io.github.bonigarcia.wdm.config....
ValiTu's user avatar
  • 1
0 votes
2 answers
4k views

when I run the below simple @Test selenium code with WebDriver Manager setup, I am facing the following error "java: cannot access io.github.bonigarcia.wdm.WebDriverManager bad class file class ...
Jack Vicky's user avatar
0 votes
1 answer
301 views

Please note that I have tried all the explanations available (mostly) and still not working. The command I'm using to launch the browser session is as follows: chrome --remote-debugging-port=9222 --...
Aliul Islam Abir's user avatar
0 votes
2 answers
391 views

I can run any of my tests in Chrome recapitated (headfull) mode but when I try to run them in headless mode, I get the following error. [main] INFO io.github.bonigarcia.wdm.WebDriverManager - Using ...
a a's user avatar
  • 37
1 vote
1 answer
842 views

We are using Selenium with C# for our GUI Tests. Currently we are using WebdriverManager to handle diffrerent versions of Chrome auotmatically. It works fine so far ! I recently tried to update ...
Ragini's user avatar
  • 1,557
1 vote
0 answers
544 views

I am currently trying to get Selenium tests to be able to run using Gradle with GitHub actions. I am trying to run the job on a local server to get past two-factor auth. The tests are able to run ...
nsowers20's user avatar
0 votes
1 answer
346 views

Google Chrome v.110.0.5481.178 Selenide 6.12.0 webdrivermanager 5.3.2 Window 10 Java 19.2 When execute WebDriverManager.chromedriver().setup(); Selenide.open("https://www.google.com"); I ...
Svetlana's user avatar
0 votes
1 answer
352 views

New to SO & test automation & selenium. I got introduced to gitpod while attempting https://www.lambdatest.com/certifications/. I'm stuck trying to run the below simple code snippet in side ...
Dcode78's user avatar
  • 13
0 votes
1 answer
481 views

I am facing the error: org.openqa.selenium.SessionNotCreatedException: Could not start a new session Full error stacktrace: [main] INFO io.github.bonigarcia.wdm.WebDriverManager - Exporting webdriver....
Mamatha D's user avatar
2 votes
1 answer
478 views

I run my tests in docker by using webdrivermanager. I need to upload some files into the running docker. So, I will be able to use those files in my tests. I used .dockerVolume() like: ...
Furkan's user avatar
  • 545
1 vote
1 answer
421 views

I run my tests in docker by using webdrivermanager. I need to upload some files into the running docker. So, I will be able to use those files in my tests. I initalised my tests with the code block ...
Furkan's user avatar
  • 545
0 votes
1 answer
315 views

I am receiving this error: java.lang.NoSuchMethodError: 'java.lang.String org.apache.commons.io.IOUtils.toString(java.io.InputStream, java.nio.charset.Charset)'** on line "WebDriverManager....
Sai Krishna's user avatar
1 vote
1 answer
2k views

I recently cloned the latest version of serenity-cucumber-starter from https://github.com/serenity-bdd/serenity-cucumber-starter. I took the action-classes branch (as I want to use that as a starting ...
amadain's user avatar
  • 2,876
2 votes
0 answers
610 views

We are trying to run tests using WebDriverManager from inside our container. The execution fails with the following There was an error creating WebDriver object for Firefox io.github.bonigarcia.wdm....
Uterator's user avatar
0 votes
0 answers
2k views

While I am replacing traditional way to initiate browser instance with WebDriverManager library, getting this error- io.github.bonigarcia.wdm.online.httpclient- Error HTTP 403 executing imported ...
Manmohan Singh's user avatar
2 votes
1 answer
857 views

I recently created a new Selenium Maven project using the latest version(5.2.1) of WebDriverManager but I found that without using driver.quit() or driver.close() method, the browser closed ...
user2044296's user avatar
0 votes
1 answer
3k views

Hello I have upgraded Webdriver manager from 4.3.1 to 5.2.1 and then my code isn’t working. This is the code : WebDriverManager.chromedriver().config().setChromeDriverVersion(driverVersion);           ...
ashok varma's user avatar
0 votes
4 answers
4k views

I'm having a few troubles working with Selenium and the WebDriverManager. So the WebDriverManager documentations says that you're able to create a WebDriver with their API as descirbed here. ...
jxmhsrgg's user avatar
1 vote
1 answer
2k views

I am new to Selenium and having some issues. I am using the WebDriverManager in connection with Selenium. This is my code: WebDriverManager.chromedriver().setup(); When I run the code on my local ...
Felix H's user avatar
  • 189
0 votes
1 answer
553 views

I'm using webdrivermanager with browserInDocker() for my test automation framework. So far it works great. But now I have trouble trying to use a chrome profile. Usually, when I use selenium webdriver,...
xMH85x's user avatar
  • 1
1 vote
1 answer
2k views

Using a datasheet, I usually pass a browser name into a class I created to select which browser I want to run my tests from. Recently, I've been working on an app in which I need to download a PDF and ...
Aztg's user avatar
  • 33
0 votes
1 answer
2k views

I'm trying to setup Bonigarcia webdrivermanager java with a chrome browser in a docker container on a jenkins CI server. Webdrivermanager is unable to pull the docker image from Docker Hub. I have ...
Curb's user avatar
  • 11