0

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

0

1 Answer 1

2

You can specify version numbers as follows:

pip install package==1.0
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.