|
il y a 3 semaines | |
---|---|---|
.. | ||
built | il y a 3 semaines | |
.travis.yml | il y a 3 semaines | |
CONTRIBUTING.md | il y a 3 semaines | |
LICENSE | il y a 3 semaines | |
README.md | il y a 3 semaines | |
gulpfile.js | il y a 3 semaines | |
package.json | il y a 3 semaines | |
tsconfig.json | il y a 3 semaines |
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
.
Use WebDriver JS Extender's extend
function on your webdriver instance:
var extendedWebdriver = require('webdriver-js-extender').extend(webdriver);
extendedWebdriver.setNetworkConnection(5);