--
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.
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.