Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
How do i install previous version of selenium
pip install selenium
install the latest version
pip install selenium<3.0.1 gives error The system cannot find the file specified.
basically i want to install the latest selenium in version 2
You can specify version numbers as follows:
pip install package==1.0
Add a comment
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.