Gogs df670eaa27 first commit 3 săptămâni în urmă
..
built df670eaa27 first commit 3 săptămâni în urmă
.travis.yml df670eaa27 first commit 3 săptămâni în urmă
CONTRIBUTING.md df670eaa27 first commit 3 săptămâni în urmă
LICENSE df670eaa27 first commit 3 săptămâni în urmă
README.md df670eaa27 first commit 3 săptămâni în urmă
gulpfile.js df670eaa27 first commit 3 săptămâni în urmă
package.json df670eaa27 first commit 3 săptămâni în urmă
tsconfig.json df670eaa27 first commit 3 săptămâni în urmă

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);