|
před 3 týdny | |
---|---|---|
.. | ||
built | před 3 týdny | |
.travis.yml | před 3 týdny | |
CONTRIBUTING.md | před 3 týdny | |
LICENSE | před 3 týdny | |
README.md | před 3 týdny | |
gulpfile.js | před 3 týdny | |
package.json | před 3 týdny | |
tsconfig.json | před 3 týdny |
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);