Can I Write Selenium Tests In Javascript?
Selenium's written in JavaScript. How do I write tests in JavaScript? I tried adding user extensions, but how do I call regular selenium commands from JavaScript? I tried calling d
Solution 1:
Yes you can! There is a Node.JS implementation of Selenium 1 at https://github.com/LearnBoost/soda
Solution 2:
For selenium 2.0 webdriverIO is very good option http://webdriver.io/
Post a Comment for "Can I Write Selenium Tests In Javascript?"