wd-intent-click
v0.0.1
Published
wd intent click on appium
Downloads
2
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
});