0.0.1 • Published 9 years ago

wd-intent-click v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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
});