-3

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.

1 Answers1

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