Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 911 Bytes

selenium_webdriver.md

File metadata and controls

35 lines (25 loc) · 911 Bytes

selenium webdriver

官网

https://www.selenium.dev/

官方docs

https://www.selenium.dev/documentation/en/

github

https://github.com/SeleniumHQ/selenium

github wiki

https://github.com/SeleniumHQ/selenium/wiki

下载地址(国外)

https://www.selenium.dev/downloads/

镜像源(国内)

https://npm.taobao.org/mirrors/selenium/

WebDriver for browser (注意driver版本和浏览器要匹配)

安装

  • Python
  • pip install selenium

环境变量

记得放在PATH搜索的目录下,或者在编写代码时指定。

其他