Skip to content
WIP - utilities for supporting additional JSON protocol commands in WebDriver, for use with Protractor.
TypeScript JavaScript
Branch: master
Clone or download

Latest commit

qiyigg Merge pull request #25 from qiyigg/master
chore(release): Release 2.1.0
Latest commit 16d5398 Aug 7, 2018

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
lib
spec
.clang-format
.gitignore
.npmignore
.travis.yml
CONTRIBUTING.md
LICENSE
README.md
gulpfile.js
package.json
tsconfig.json

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);
You can’t perform that action at this time.