Solution:
basically, this message represents chromedriver.exe and selenium version
compatible issue
Download the chromedriver.exe as
per chrome browser you are using by following steps:
·
Find out which version of Chrome you are using.
Let's say you have Chrome 72.0.3626.81.
·
Take the Chrome version number, remove the last
part, and append the result to URL
"https://chromedriver.storage.googleapis.com/LATEST_RELEASE_".
For example, with Chrome version 72.0.3626.81, you'd
get a new URL
"https://chromedriver.storage.googleapis.com/LATEST_RELEASE_72.0.3626".
·
Use the URL created in the last step to retrieve a
small file containing the version of ChromeDriver to use.
Final solution is download compatible chormedriver.exe for selenium based on chrome browser version.
Happy Testing!!!
Comments
Post a Comment