https://github.com/unitejs/protractor-plugin
Unified Protractor Plugin for use with UniteJS tool.
https://github.com/unitejs/protractor-plugin
Last synced: about 1 year ago
JSON representation
Unified Protractor Plugin for use with UniteJS tool.
- Host: GitHub
- URL: https://github.com/unitejs/protractor-plugin
- Owner: unitejs
- License: mit
- Created: 2017-11-24T05:36:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T13:24:03.000Z (over 7 years ago)
- Last Synced: 2025-06-22T15:57:47.759Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# UniteJS Protractor Plugin
This plugin extends the capabilities of Protractor 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.
* by.customShadowRoot(selector, starting) - Find a dom element in a shadow root using selector and optional starting element.