21 lines
278 B
Markdown
21 lines
278 B
Markdown
|
|
# Selenium
|
||
|
|
|
||
|
|
|
||
|
|
## Install
|
||
|
|
|
||
|
|
```sh
|
||
|
|
pip install selenium
|
||
|
|
pip3 install selenium
|
||
|
|
```
|
||
|
|
|
||
|
|
|
||
|
|
https://www.selenium.dev/
|
||
|
|
|
||
|
|
https://sites.google.com/chromium.org/driver/
|
||
|
|
|
||
|
|
the Chrome for Testing availability dashboard.
|
||
|
|
|
||
|
|
https://googlechromelabs.github.io/chrome-for-testing/#stable
|
||
|
|
|
||
|
|
chromedriver
|