Guest User

Untitled

a guest
Mar 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. MobileElement button3 = androidDriver.findElementByXPath("//*[contains(@text, 'Button')]");
  2. button3.click();
  3.  
  4. {
  5. "launchUrl": "https://www.google.com",
  6. "dismiss": true,
  7. "action": "launchUrl",
  8. "label": "Button"
  9. }
Add Comment
Please, Sign In to add comment