|
пре 3 недеља | |
---|---|---|
.. | ||
built | пре 3 недеља | |
.travis.yml | пре 3 недеља | |
CONTRIBUTING.md | пре 3 недеља | |
LICENSE | пре 3 недеља | |
README.md | пре 3 недеља | |
gulpfile.js | пре 3 недеља | |
package.json | пре 3 недеља | |
tsconfig.json | пре 3 недеља |
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);