Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 508 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 508 Bytes

Usage in Archlinux or pacman package

sudo pacman -S python-selenium 

Usage Debian base or apt package

sudo apt install pip
sudo pip install selenium

change executable path according to the location of your webdriver but in this example I use geckodriver for firefox

(executable_path=r'/home/artemis/sec_engginier/bot-autologin/geckodriver')

Usage in Windows

pip install selenium