Someone please help with the steps to install selenium web driver in python. I am using spyder - python 2.7 for my project and I am little new to python.
Asked
Active
Viewed 987 times
-1
-
Refer : http://stackoverflow.com/questions/17540971/how-to-use-selenium-with-python – Chandrashekhar Swami Jun 08 '16 at 09:32
-
try `easy_install selenium` in cli. – shivsn Jun 08 '16 at 10:56
-
after using above command an error is occuring: no local packages or download link found for selenium. error: coul not find suitable distribution for Requirement – Ravi Janjwadia Jun 08 '16 at 11:02
-
try Download the `wheel` from [here](https://pypi.python.org/pypi/selenium#downloads) and `install` it using `pip install filename` – shivsn Jun 08 '16 at 11:47