5. What is Selenium?

Selenium is a free and open-source automated testing suite for Web User Interfaces. Its tools provides automated testing for all types of web applications. It has 4 major components with a different approach for automation testing which is popular as the Selenium suite of tools.You can download the Selenium from the PyPI page for Selenium package. And also you can install the Selenium directly to your System by using “pip” command.

pip install selenium

The selenium package is successfully installed in your System. After this we are importing the driver module from this package and setup the webdriver with the chrome executable driver.