17:10:40.226 [main] DEBUG io.github.bonigarcia.wdm.WebDriverManager - Driver to be downloaded chromedriver linux64
17:10:40.229 [main] ERROR io.github.bonigarcia.wdm.WebDriverManager - There was an error managing chromedriver linux64 (For input string: "linux64")
java.lang.NumberFormatException: For input string: "linux64"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
Description of the problem: I am getting below exception while running the test in chrome:
java.lang.NumberFormatException: For input string: "public"
Browser and version: Browser Version of Chrome : Version 123.0.6312.59
Operating system and architecture: Windows 11 & 64 Bit
Selenium version: 3.141.59
WebDriverManager version: 4.4.3
WebDriverManager call:
WebDriverManager.chromedriver().clearDriverCache().setup();
WebDriverManager.chromedriver().setup();
Issue started with WebDriverManager version 5.6.0, with exception below:
Caused by: io.github.bonigarcia.wdm.config.WebDriverManagerException: java.lang.NumberFormatException: For input string: "linux64"
First Try with the below code snippets
**
}
**
if getting same issue then try with the below code snippets
**
**
also for the same problem you've to **