
Hence selection of the same becomes very important.

To write and execute scripts or programs we need IDE. Now verify Selenium libraries using the pip list command. Once you execute the command, Selenium libraries will be downloaded and installed. Now to bind/install all the required Selenium libraries with Python we need to execute a command PIP is installed by default along with Python. It is the popular package manager that is used to install software packages written in Python. PIP stands for Preferred Installer Program. This command will list all the libraries currently available in your Python.

But to verify if Selenium libraries are already present in your Python, open command prompt navigate to the path where you have Python installed and type “ pip list“. When you install Python, Selenium libraries are not installed by default. >Click here for step by step details on the installation process. Click here and download the latest version.
