no chromedriver for latest stable 110.0.5481.104

1,176 views
Skip to first unread message

Automaxed

unread,
Feb 18, 2023, 12:35:10 AM2/18/23
to ChromeDriver Users
For the latest stable Chrome on Windows (110.0.5481.104), no working chromedriver seems to exist yet.

I tried working with this one https://chromedriver.storage.googleapis.com/index.html?path=110.0.5481.77/

But it won't work either. Please release a new chromedriver for the latest stable chrome.

Thank you!

Automaxed

unread,
Feb 18, 2023, 1:24:00 AM2/18/23
to ChromeDriver Users
Excuse my mistake, the chromedriver for 110.0.5481.77 seems to be working now! Thanks.

Chandrakanth VS

unread,
Feb 19, 2023, 7:07:02 AM2/19/23
to ChromeDriver Users
Hi,
I'm getting a CDP mismatch 

Robert Turner

unread,
Feb 19, 2023, 7:26:55 AM2/19/23
to Chandrakanth VS, ChromeDriver Users
If you mean the log from Selenium, you need to update Selenium to address that.

--
You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-us...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chromedriver-users/2e079d2b-83b5-4163-bcff-ec831f44412bn%40googlegroups.com.

Jyoshna Manubolu

unread,
Feb 19, 2023, 9:29:36 AM2/19/23
to ChromeDriver Users

hi , Pls help here.

in my selenium java script chrome browser is not opening - PFB the version details and error logs ChromeDriver 110.0.5481.77 and chrome browser  Version 110.0.5481.104 (Official Build) (32-bit) .

error :(unknown error: DevToolsActivePort file doesn't exist

org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: unknown error: Chrome failed to start: crashed.

(unknown error: DevToolsActivePort file doesn't exist)

(The process started from chrome location C:\Program Files (x86)\Google\Chrome\Application\chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.)

Host info: host: 'HDC3-L-7G0K2B3', ip: '192.168.0.104'

Build info: version: '4.8.0', revision: '267030adea'

System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.6'

Driver info: org.openqa.selenium.chrome.ChromeDriver

Command: [null, newSession {capabilities=[Capabilities {browserName: chrome, goog:chromeOptions: {args: [--disable-dev-shm-usage], extensions: [], useAutomationExtension: false}}], desiredCapabilities=Capabilities {browserName: chrome, goog:chromeOptions: {args: [--disable-dev-shm-usage], extensions: [], useAutomationExtension: false}}}]

Chandrakanth VS

unread,
Feb 19, 2023, 1:01:25 PM2/19/23
to Robert Turner, ChromeDriver Users
Ok, thanks. 

Battal

unread,
Feb 20, 2023, 9:13:00 AM2/20/23
to ChromeDriver Users
Hi, 
i have exactly same issue. Trying to solve this issue for two days. 

19 Şubat 2023 Pazar tarihinde saat 17:29:36 UTC+3 itibarıyla Jyoshna Manubolu şunları yazdı:

N Chen

unread,
Feb 21, 2023, 9:07:27 AM2/21/23
to ChromeDriver Users

Same here, my Windows chrome version = 110.0.5481.104

My code:
chrome_options.add_argument("--headless=new")
chrome_options.add_argument( 'start-maximized' )
chrome_options.add_argument("--window-size=1920x1080")
chrome_options.add_argument(r'--user-data-dir={}'.format(chrome_dir) ) 
chrome_options.add_argument('--profile-directory=Default') 
driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()), options=chrome_options)

And the error:
selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed.

  (unknown error: DevToolsActivePort file doesn't exist)
  (The process started from chrome location C:/Program Files/Google/Chrome/Application/chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.)

It only works when i disable either headless or --user-data-dir

Saloni Shah

unread,
Feb 22, 2023, 1:52:15 AM2/22/23
to ChromeDriver Users
Same error as above. 
This 110.0.5481.77 version of the chrome driver does not seem to work with the latest version of Chrome 110.0.5481.104.

Anyone got it to work with Selenium?

Ramya Annamalai

unread,
Feb 28, 2023, 12:22:18 PM2/28/23
to ChromeDriver Users
Hi All,

In my selenium java script chrome browser is not opening.  ChromeDriver version 110.0.5481.30 and chrome browser  Version 110.0.5481.178 (Official Build) (64-bit). And it says 
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: unknown error: Failed to create Chrome process. 
Build info: version: '4.1.2', revision: '9a5a329c5a'

Command: [null, newSession {capabilities=[Capabilities {browserName: chrome, goog:chromeOptions: {args: [], extensions: []}}], desiredCapabilities=Capabilities {browserName: chrome, goog:chromeOptions: {args: [], extensions: []}}}].

Kindly help me.

email tolead

unread,
Mar 14, 2023, 7:28:12 AM3/14/23
to ChromeDriver Users
Hello,

has anybody found a solution? I also face the same problem, tried many different approaches but nothing works.
Since the last chrome update I have to run scripts on Edge.

BR

Reply all
Reply to author
Forward
0 new messages