Here i show you how to install selenium for python. It is infact quite easy, once you download the selenium chrome driver, you just have to point the path to the webdriver in python.
Selenium is often used for webscraping in python mostly, but it is also used for automating testing for web pages.
The link for selenium Chrome webdrier: https://chromedriver.chromium.org/get...
If you have any questions about Selenium or python web scraping, please leave comment right below.