Python Library: Selenium

browser automation

Library resources
PyPI ---
Github ---
Documentation https://selenium-python.readthedocs.io/

Getting Started

pip3 install selenium

Drivers

Selenium requires the use of a driver for each kind of browser intended to be used. Note that the driver version to download depends on the browser version currently installed on your machine.

Browser
Chrome https://sites.google.com/chromium.org/driver/
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

my highlights

links

social