Can any one help me to guide, how can I download Selenium web driver? I have already installed codeception and already perform acceptance testing in php browser.
Asked
Active
Viewed 53 times
-3
-
2Maybe serverfault will be a better place to post this. – php_coder_3809625 Oct 28 '14 at 07:56
-
you using linux or windows ? – Sohail Yasmin Oct 28 '14 at 07:59
-
Iam using windows8 Sohail Yasmin – Minhaaj Anwaar Oct 28 '14 at 08:02
1 Answers
1
I use this one:
https://code.google.com/p/selenium/downloads/detail?name=selenium-server-standalone-2.35.0.jar
you need to have java, and on the terminal you run
java -jar seleniumFile.jar

Tzook Bar Noy
- 11,337
- 14
- 51
- 82