Package Exports
- wd-intent-click
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wd-intent-click) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
wd-utils
Some util methods to complement wd module
- clickIntent, because clicking on an intent url(non http link) on a web view is not that simple. Related
// appium test code
// you finding the element to click
Utils.clickIntent(driver, element, function(err){
// if not error you have clicked on an intent successfully
});