I need to install Selenium in a Windows machine that does not have connection to the internet.
I have donwloaded the .whl distribution file from this link: https://pypi.org/project/selenium/#files and used py -m pip install selenium.whl
command, but it still asked connection to the internet.
Any help would be much appreciated.