0.0.2 • Published 11 years ago

wd-parallel v0.0.2

Weekly downloads
12
License
-
Repository
-
Last release
11 years ago

WD.js -- A light weight WebDriver/Se2 client for node.js

Update node to latest

http://nodejs.org/#download

Install

...

Authors

License

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:

full mapping

More docs!

Run the tests!

...