Thursday, 29 June 2017

Installing selenium client libraries over python


To write a simple selenium programme in python, we need selenium to be added over python ( this is entirely different when you compare with java with selenium )

Here you go

1. open command window in python installation location. ( if not found search for pip.exe then you can easily find out the location)

2. pip.exe install -U selenium





Thats all .

other option:
open command window
C:\Users\Owner\AppData\Local\Programs\Python\Python36-32\Scripts\pip.exe install -U slenium

No comments:

Post a Comment