kiruthiga 55473b7e7c initial push il y a 5 jours
..
built 55473b7e7c initial push il y a 5 jours
.travis.yml 55473b7e7c initial push il y a 5 jours
CONTRIBUTING.md 55473b7e7c initial push il y a 5 jours
LICENSE 55473b7e7c initial push il y a 5 jours
README.md 55473b7e7c initial push il y a 5 jours
gulpfile.js 55473b7e7c initial push il y a 5 jours
package.json 55473b7e7c initial push il y a 5 jours
tsconfig.json 55473b7e7c initial push il y a 5 jours

README.md

WebDriver JS Extender

This tools extends Selenium's javascript implementation of the WebDriver API to include additional commands (e.g. commands required for appium).

You can view the full list of commands in lib/index.ts.

Usage

Use WebDriver JS Extender's extend function on your webdriver instance:

  var extendedWebdriver = require('webdriver-js-extender').extend(webdriver);

  extendedWebdriver.setNetworkConnection(5);