Zephyr
Zephyr

Reputation: 1352

Chrome Driver error selenium Message: session not created from disconnected: unable to connect to renderer

I was using chrome webdriver in selenium. I noticed that my chrome version is 88.0.4324.104, However, I am unable to find the exact version for chrome driver as all I can find is below version. enter image description here

As this result, I got the following error when I run the script.

selenium.common.exceptions.SessionNotCreatedException: Message: session not created

from disconnected: unable to connect to renderer

I also read the post here, it has to be exactly the same version.

Can someone advise on this.

Upvotes: 3

Views: 2776

Answers (1)

Related Questions