Selenium Python – Install Selenium webdriver | Chromedriver, Chrome on Ubuntu, Debian, Python-part 1



Selenium Python – Install Selenium webdriver | Chromedriver, Chrome on Ubuntu, Debian, Python-part 1

Selenium Python - Install Selenium webdriver | Chromedriver, Chrome on Ubuntu, Debian, Python-part 1

References – https://tecadmin.net/setup-selenium-with-python-on-ubuntu-debian/
if using google-chrome then:
DRIVER_LOCATION = “/usr/bin/chromedriver”
BINARY_LOCATION = “/usr/bin/google-chrome”

if using chromium browser then:
DRIVER_LOCATION = “/snap/bin/chromium.chromedriver”
BINARY_LOCATION = “/usr/bin/chromium-browser”

Beginner install Selenium Python on Ubuntu Debian, Chromium Browser – https://youtu.be/ghsgAqoaBTg

Chromium is a preferred choice of browser for most Linux distros,
but if you prefer to install and use Google Chrome then follow Part 1b.
Google Chrome tends to be a little friendlier with minor aspects of automation that I’ll cover later.
Note that Google Chrome is actually Chromium Browser but with Google’s add-on’s, snooping and personal stamp on it