Hi!
I'm working with real device.
With the code below I can tap on button at corner top - right
WebElement install = driver.findElement(MobileBy.IosUIAutomation("UIATarget.localTarget().frontMostApp().mainWindow().navigationBar().buttons()[2]"));
driver.tap(1, install, 1);
After the button 'Install' on alert appear, i can't use web inspector on Appium to get element.
How can handle tap event button 'Install' on alert?
Thanks and regard.
Toan
created
Nov '15
last reply
Nov '15
- 4
replies
- 757
views
- 3
users