Hi,
How can I use page command to capture a alert?I have no idea to to know how to use it.I want to capture an alert and use with java.
Appium v1.6.4-betaXcode 8.2macOs Sierra 10.12
Thank you.
In Java the command is driver.getPageSource:
https://appium.github.io/java-client/io/appium/java_client/AppiumDriver.html
Get the page source and then look for an element called, 'XCUIElementTypeAlert'. If it's present, then you have an alert.