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 doOpen, but that doesn't wait for the browser to load like it should. How do I call a Selenium command from JavaScript?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes you can! There is a Node.JS implementation of Selenium 1 at https://github.com/LearnBoost/soda |
|||
|
|