|
|
hace 5 días | |
|---|---|---|
| .. | ||
| built | hace 5 días | |
| .travis.yml | hace 5 días | |
| CONTRIBUTING.md | hace 5 días | |
| LICENSE | hace 5 días | |
| README.md | hace 5 días | |
| gulpfile.js | hace 5 días | |
| package.json | hace 5 días | |
| tsconfig.json | hace 5 días | |
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);