selenium webdriver
https://www.selenium.dev/documentation/en/
https://github.com/SeleniumHQ/selenium
https://github.com/SeleniumHQ/selenium/wiki
https://www.selenium.dev/downloads/
https://npm.taobao.org/mirrors/selenium/
- Firefox Chrome Opera: 进入 https://npm.taobao.org/mirrors/ 找对应的同名链接
- IE: 镜像源(国内) -> 版本号文件夹 ->
IEDriverServer_*.zip
- Microsoft Edge
- Python
- pip install selenium
记得放在PATH
搜索的目录下,或者在编写代码时指定。