--
http://appium.io
---
You received this message because you are subscribed to the Google Groups "Appium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appium-discus...@googlegroups.com.
Visit this group at http://groups.google.com/group/appium-discuss.
For more options, visit https://groups.google.com/d/optout.
logger.debug(driver.findElement(MobileBy.AccessibilityId("Check Out")).isDisplayed());
//logger.debug(driver.findElement(MobileBy.IosUIAutomation("Check Out")).isEnabled());
//logger.debug(driver.findElement(MobileBy.IosUIAutomation("Check Out")).getAttribute("value"));
//logger.debug(driver.findElementByIosUIAutomation("Check Out").getText());
driver.findElementByIosUIAutomation("new UIAButton().name(\"Check Out\")").getText();
"Check Out" is the name of the button & and is visible in the page source. Using iOS 7 simulator. Please help if some one else faced this issue. I already tried switching to native or web view.