Setup Selenium - IE remote browser
- Install Java. If you are setting up from a base level testing VM, you may need to first install Java.
- Download following files from https://code.google.com/p/selenium/downloads/list into your windows machine (This page mostly has latest versions. Pick them)
- a. selenium-server-standalone-2.39.0.jar
- b. IEDriverServer _Win32_2.39.0.zip (There is version for 64 bit; pick appropriate version)
- Place the jar file and extracted exe file from zip, into C:\SeleniumServer folder
- In Command Prompt and navigate to 'C:\SeleniumServer'
- Run the command to start the standalone selenium server
java -jar selenium-server-standalone-2.35.0.jar -Djava.util.logging.Level=OFF -Dwebdriver.ie.driver="C:\SeleniumServer\IEDriverServer.exe"
No comments:
Post a Comment