Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

angular/webdriver-js-extender

Repository files navigation

WebDriver JS Extender

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.

Usage

Use WebDriver JS Extender's extend function on your webdriver instance:

  var extendedWebdriver = require('webdriver-js-extender').extend(webdriver);

  extendedWebdriver.setNetworkConnection(5);

About

Utilities for supporting additional JSON protocol commands in WebDriver, for use with Protractor.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published