


Unpack /U/s/Downloads# tar xf selenium-3.141.0.tar.gz /U/s/Downloads# cd selenium-3.141.0/ /U/s/D/selenium-3.141.0# ls CHANGES LICENSE MANIFEST.in PKG-INFO.Download the package from selenium-3.141.0.tar.gz.U/shashanksrivastava# pip3 install selenium Requirement already satisfied: selenium in /Library/Python/3.7/site-packages (3.141.0 ) Requirement already satisfied: urllib3 in /Library/Python/3.7/site-packages (from selenium ) (1.25.6 )Īnd the funny thing is that it works without any issues in Python 2.Īfter scratching my head for several hours, I finally found that this module had to be installed manually instead of using pip3.

And pip says it has already installed the selenium module.
