Upgrading Selenium in Python

To install Selenium binding in Python all you have to use is a simple command shown below

pip install Selenium

To upgrade Selenium use the below commands(The command is same as install command but you have to use upgrade at the end)

pip install selenium --upgrade

Selenium-upgrade

You may also like...