You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmionic5/Mohem/node_modules_/webdriver-js-extender
ashwaq 66795daf5e add missing files 6 years ago
..
built add missing files 6 years ago
.travis.yml add missing files 6 years ago
CONTRIBUTING.md add missing files 6 years ago
LICENSE add missing files 6 years ago
README.md add missing files 6 years ago
gulpfile.js add missing files 6 years ago
tsconfig.json add missing files 6 years ago

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