wd-parallel
v0.0.2
Published
WebDriver/Selenium 2 node.js client
Downloads
11
Readme
WD.js -- A light weight WebDriver/Se2 client for node.js
Update node to latest
http://nodejs.org/#download
Install
...
Authors
- Mathieu Sabourin (OniOni)
License
- License - Apache 2: http://www.apache.org/licenses/LICENSE-2.0
Usage
...
Writing a test!
Start by importing the required library.
Then create a default multiple browser object.
Now add a test method to the multiple browser object. This method needs to arguments named browser and desired.
- This method contains your test logic.
- Test should be run as if to be run on an object named browser.
Load the configuration for all your browsers from your configuration file.
Now you can go ahead and run the test !
Supported Methods
This uses node-wd-sync written by sebv so you can check this page on supported methods.
Full JsonWireProtocol mapping:
More docs!
Run the tests!
...