Giter Site home page Giter Site logo

Comments (7)

Mfaisalansari avatar Mfaisalansari commented on August 20, 2024

Getting Same issue with all the versions. Please help

from webdrivermanager.

rromanik avatar rromanik commented on August 20, 2024

Getting this same issue with Chrome 124. Chrome 123 works ok.

from webdrivermanager.

bonigarcia avatar bonigarcia commented on August 20, 2024

To my knowledge, WebDriverManager 5.8.0 works correctly with both Chrome 123 and 124.

So, to understand this issue, as asked in the issue template, it is necessary to report the WebDriverManager traces. I mean the following:

2024-04-25 13:32:25 [main] DEBUG i.g.bonigarcia.wdm.WebDriverManager.<init>(227) - Using WebDriverManager 5.8.0
2024-04-25 13:32:25 [main] DEBUG i.g.b.wdm.cache.ResolutionCache.<init>(77) - Created new resolution cache file at C:\Users\boni\.cache\selenium\resolution.properties
2024-04-25 13:32:25 [main] DEBUG i.g.b.wdm.versions.VersionDetector.getBrowserVersionFromTheShell(237) - Detecting chrome version using online commands.properties
2024-04-25 13:32:25 [main] DEBUG i.g.bonigarcia.wdm.versions.Shell.runAndWaitArray(65) - Running command on the shell: [cmd.exe, /C, wmic, datafile, where, name="%PROGRAMFILES:\=\\%\\Google\\Chrome\\Application\\chrome.exe", get, Version, /value]
2024-04-25 13:32:25 [main] DEBUG i.g.bonigarcia.wdm.versions.Shell.runAndWaitArray(69) - Result: Version=124.0.6367.78
2024-04-25 13:32:26 [main] INFO  i.g.bonigarcia.wdm.WebDriverManager.resolveDriverVersion(1220) - Using chromedriver 124.0.6367.78 (resolved driver for Chrome 124)
2024-04-25 13:32:26 [main] DEBUG i.g.b.wdm.cache.ResolutionCache.putValueInResolutionCacheIfEmpty(119) - Storing resolution chrome=124 in cache (valid until 14:32:26 25/04/2024 CEST)
2024-04-25 13:32:26 [main] DEBUG i.g.b.wdm.cache.ResolutionCache.putValueInResolutionCacheIfEmpty(119) - Storing resolution chrome124=124.0.6367.78 in cache (valid until 13:32:26 26/04/2024 CEST)
2024-04-25 13:32:26 [main] DEBUG i.g.bonigarcia.wdm.WebDriverManager.manage(1179) - Driver chromedriver 124.0.6367.78 found in cache
2024-04-25 13:32:26 [main] INFO  i.g.bonigarcia.wdm.WebDriverManager.exportDriver(1282) - Exporting webdriver.chrome.driver as C:\Users\boni\.cache\selenium\chromedriver\win64\124.0.6367.78\chromedriver.exe

For further info about logging, see doc.

from webdrivermanager.

rromanik avatar rromanik commented on August 20, 2024

@bonigarcia it's working now.
I believe the root cause for the error was the following.
A week ago when Chrome was updated to v124, there were no chromedriver of version 124 at https://googlechromelabs.github.io/chrome-for-testing/.
I remember, a few days ago the latest version available there was 123, and some section was even red (I don't remember clearly which exactly).

Now as the latest chromedirver version available at https://googlechromelabs.github.io/chrome-for-testing/ is 124.xxxx, everything works.

from webdrivermanager.

brunoaduarte avatar brunoaduarte commented on August 20, 2024

Getting this error for chrome 124.

SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: This version of ChromeDriver only supports Chrome version 114

<!-- https://mvnrepository.com/artifact/io.github.bonigarcia/webdrivermanager -->
<dependency>
    <groupId>io.github.bonigarcia</groupId>
    <artifactId>webdrivermanager</artifactId>
    <version>5.8.0</version>
</dependency>

I was getting the same error here today. What fixed the issue for me was to remove the old cached Chrome Driver 114 version at:

%USERPROFILE%\.cache\selenium\chromedriver\win64

Seems webdrivermanager will always use whatever version is on that folder, without checking if there are new ones in case of an incompatible Chrome version.

from webdrivermanager.

maheshp2023 avatar maheshp2023 commented on August 20, 2024

Getting this error for chrome 125

org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 123
Current browser version is 125.0.6422.77 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe
Build info: version: '3.7.1', revision: '8a0099a', time: '2017-11-06T21:01:39.354Z'
System info: host: '20X8-PF3J99N5', ip: '10.202.224.76', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_172'
remote stacktrace: GetHandleVerifier [0x00007FF76DF070C2+63090]
(No symbol) [0x00007FF76DE72D12]
(No symbol) [0x00007FF76DD0EC65]
(No symbol) [0x00007FF76DD454C2]
(No symbol) [0x00007FF76DD448CF]
(No symbol) [0x00007FF76DD3E8C5]
(No symbol) [0x00007FF76DD3B2F4]
(No symbol) [0x00007FF76DD80BFB]
(No symbol) [0x00007FF76DD80830]
(No symbol) [0x00007FF76DD76D83]
(No symbol) [0x00007FF76DD483A8]
(No symbol) [0x00007FF76DD49441]
GetHandleVerifier [0x00007FF76E30262D+4238301]
GetHandleVerifier [0x00007FF76E33F78D+4488509]
GetHandleVerifier [0x00007FF76E337A6F+4456479]
GetHandleVerifier [0x00007FF76DFE0606+953270]
(No symbol) [0x00007FF76DE7E5DF]
(No symbol) [0x00007FF76DE792B4]
(No symbol) [0x00007FF76DE793EB]
(No symbol) [0x00007FF76DE69C24]
BaseThreadInitThunk [0x00007FF803E27344+20]
RtlUserThreadStart [0x00007FF804B026B1+33]

Driver info: driver.version: ChromeDriver I tried 5.6.3,5.6.4,5.7,5.8
I made sure clearing cache etc

io.github.bonigarcia webdrivermanager 5.8.0

from webdrivermanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.