ChromeDriver only supports version 84 of chrome, which is the version I have installed

111 views
Skip to first unread message

mymail...@gmail.com

unread,
Jul 17, 2020, 12:04:55 PM7/17/20
to ChromeDriver Users
I see this chromeDriver error

Error: SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 84
(Driver info: chromedriver=84.0.4147.30

Chrome version: 84.0.4147.89

Do we have an ETA on when the supported chromeDriver version for Chrome 84.0.4147.89 will be out?

Thanks!

John Chen

unread,
Jul 17, 2020, 12:30:12 PM7/17/20
to mymail...@gmail.com, ChromeDriver Users
ChromeDriver 84.0.4147.30 supports Chrome 84.0.4147.89. The error message indicates that ChromeDriver has found a different version of Chrome than the one you expect. I'd suggest you explicitly specify the path of the Chrome 84 while starting the session, so you can be sure the correct Chrome is started. The detail depends on which language you're using. For example, in Java, you can use ChromeOptions.setBinary method.

--
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/0d9a4952-bb1a-42f3-81bd-9962510aae8bo%40googlegroups.com.

mymail...@gmail.com

unread,
Jul 17, 2020, 12:39:14 PM7/17/20
to ChromeDriver Users
Hi John,

Thanks for getting back on this. I'm using Protractor and Jasmine. I believe it should be a part of chromeOptions object, but can you please point me to the right documentation? 




On Friday, July 17, 2020 at 12:30:12 PM UTC-4, John Chen wrote:
ChromeDriver 84.0.4147.30 supports Chrome 84.0.4147.89. The error message indicates that ChromeDriver has found a different version of Chrome than the one you expect. I'd suggest you explicitly specify the path of the Chrome 84 while starting the session, so you can be sure the correct Chrome is started. The detail depends on which language you're using. For example, in Java, you can use ChromeOptions.setBinary method.

On Fri, Jul 17, 2020 at 9:05 AM <mymail...@gmail.com> wrote:
I see this chromeDriver error

Error: SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 84
(Driver info: chromedriver=84.0.4147.30

Chrome version: 84.0.4147.89

Do we have an ETA on when the supported chromeDriver version for Chrome 84.0.4147.89 will be out?

Thanks!

--
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-users+unsub...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages