An open API service indexing awesome lists of open source software.

https://github.com/unitejs/webdriver-plugin

Unified Webdriver Plugin for use with UniteJS tool.
https://github.com/unitejs/webdriver-plugin

Last synced: about 1 month ago
JSON representation

Unified Webdriver Plugin for use with UniteJS tool.

Awesome Lists containing this project

README

          

# UniteJS WebDriverIO Plugin

This plugin extends the capabilities of Webdriver with some UniteJS specific methods.

The methods will adjust their functionality based on the application framework you are using.

* browser.uniteLoadAndWaitForPage(url, timeoutMs) - Loads the url and waits for content, timeout is optional and defaults to 5000.
* browser.customShadowRoot(selector, starting) - Find a dom element in a shadow root using selector and optional starting element.