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