Transfer from www.imdsx.cn
1. Chrome
For 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.39 |
v66-68 |
v2.38 |
v65-67 |
v2.37 |
v64-66 |
v2.36 |
V63-65 |
v2.35 |
V62-64 |
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.16 |
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 |
Chrome's Webdriver driver: http://chromedriver.storage.googleapis.com/index.html
2. Firefox
The 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 be
Since the latest version of Firefox no longer supports development tools such as Firebug, you can add firebug and more by downloading Firefox from the https://ftp.mozilla.org/pub/firefox/releases/49 version below.
3. IEIE Browser driver: http://selenium-release.storage.googleapis.com/ Index.html according to their own selenium version download the corresponding version of the driver can, Python, download the iedriverserverxxx.zip can, this is to distinguish between 32 and 64-bit system, according to their own system download can, it should be noted that if you want to open IE browser, There are 4 security options on the Security page in the browser's Internet options, the Internet, the local Internet, the trusted site, the restricted site, all 4 of which have a protected mode enabled, which needs to be checked and the driver's path added to the environment variable.
Selenium Learning ==>webdriver Driver's chart