You must follow below steps
for the installation of selenium webdriver in windows operating system.
The list of Softwares you will need is given below.
- Python Engine
- Selenium Webdriver API in Python
- Web driver for Chrome/IE/Safari etc
1. Python Engine
You can download python msi from http://www.python.org/downloads and then
install it. After installation, make sure that python command is accepted in
the command prompt as shown below.
You will have to set the system variable Path as shown below. Please
append the path to the existing value.
In below figure I have included “c:\python33\” and “c:\python33\Scripts”
in path variable.
2. Selenium Webdriver API in Python
You can get the selenium API in python at https://pypi.python.org/pypi/selenium Then you
will have to unzip it and then you will see below folder structure.
Selenium Webdriver API |
To install selenium package, you will need to run below command in
command prompt
> python
C:\Python33\selenium-2.39.0\setup.py install
You may get below error while installing the selenium package.
package
directory py\selenium does not exist python
To fix above error you will have to Make Selenium (where you have
unzipped the selenium package) your working directory and then execute the
command.
3. Webdriver for the browser you want to test
No comments:
Post a Comment