1.环境搭建
web 自动化环境搭建
- selenium
- 组件
- webdriver - selenium客户端
- driver - 浏览器驱动
- browser - 浏览器
浏览器 地址
Chrome: https://sites.google.com/a/chromium.org/chromedriver/downloads
Chrome国内镜像: http://npm.taobao.org/mirrors/chromedriver/
Edge: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
Firefox: https://github.com/mozilla/geckodriver/releases
Safari: https://webkit.org/blog/6900/webdriver-support-in-safari-10/
- 安装selenium的python客户端
- pip install -U selenium