Chromefor the Chrome browser, sometimes there is a flashback, perhaps the issue of version conflict, we have to follow this table to see whether Webdriver and chrome version is not correct
Chromedriver version |
Supported versions of Chrome |
v2.34 |
v61-63 |
v2.33 |
v60-62 |
v2.32 |
v59-61 |
v2.31 |
V58-60 |
v2.30 |
V58-60 |
v2.29 |
v56-58 |
v2.28 |
v55-57 |
v2.27 |
v54-56 |
v2.26 |
V53-55 |
v2.25 |
V53-55 |
v2.24 |
v52-54 |
v2.23 |
v51-53 |
v2.22 |
v49-52 |
v2.21 |
V46-50 |
v2.20 |
v43-48 |
v2.19 |
v43-47 |
v2.18 |
v43-46 |
v2.17 |
v42-43 |
v2.13 |
V42-45 |
v2.15 |
v40-43 |
v2.14 |
V39-42 |
v2.13 |
v38-41 |
v2.12 |
V36-40 |
v2.11 |
V36-40 |
v2.10 |
V33-36 |
v2.9 |
V31-34 |
v2.8 |
V30-33 |
v2.7 |
V30-33 |
v2.6 |
V29-32 |
v2.5 |
V29-32 |
v2.4 |
V29-32 |
Click here to download Chrome's webdriver:http://chromedriver.storage.googleapis.com/index.htmlFirefoxthe Firefox driver is: https://github.com/mozilla/geckodriver/releases/depending on your operating system to download the corresponding driver, if used, you need to add the path of the drive and the path of Firefox browser to the environment variables can beIEIE Browser driver: http://selenium-release.storage.googleapis.com/index.htmldownload the corresponding version of the driver according to your selenium version, Python, Download inside the Iedriverserverxxx.zip can, this is to distinguish between 32 and 64 bit system, according to own system download can, need to note is, if you want to open IE browser, need in browser Internet options in the Security page has 4 security options, the Internet , local internet, Trusted sites, Restricted sites, all 4 of them have a protected mode enabled, they need to be checked, and the drive path is added to the environment variable.
Selenium-webdriver Drive Comparison Table