Package | Description |
---|---|
com.paypal.selion.platform.mobile.ios |
Contains the interfaces and classes for iOS page objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UIAutomationAlert
UIAutomationAlert interface allows access to, and control of, alerts within your app. |
interface |
UIAutomationButton
UIAutomationButton interface allows access to, and control of, button elements in your app. |
interface |
UIAutomationNavigationBar
UIAutomationNavigationBar interface allows access to, and control of, buttons in your app’s navigation
bar. |
interface |
UIAutomationPicker
UIAutomationPicker interface allows access to, and control of, wheel elements within a picker |
interface |
UIAutomationSlider
UIAutomationSlider interface allows access to, and control of, slider elements in your app |
interface |
UIAutomationStaticText
UIAutomationStaticText interface allows access to, and control of, static text views. |
interface |
UIAutomationSwitch
UIAutomationSwitch interface allows access to, and control of, switch elements in your app. |
interface |
UIAutomationTableView
UIAutomationTableView interface allows access to, and control of, elements within a table view in your
app. |
interface |
UIAutomationTextField
UIAutomationTextField interface allows access to, and control of, text field elements in your app. |
Modifier and Type | Class and Description |
---|---|
class |
UIAAlert
The
UIAAlert class allows access to, and control of, alerts within your app. |
class |
UIAButton
The
UIAButton class allows access to, and control of, button elements in your app. |
class |
UIAElement
The
UIAElement is the super class for all user interface elements in the context of the Automation
instrument for automating user interface testing of iOS apps. |
class |
UIAImage
The
UIAImage class allows access to, and control of, image elements in your app. |
class |
UIAList
UIATableView class allows access to, and control of, elements within a table view in your app. |
class |
UIANavigationBar
The
UIANavigationBar class allows access to, and control of, buttons in your app’s navigation bar. |
class |
UIAPicker
The
UIAPicker class allows access to, and control of, wheel elements within a picker |
class |
UIASlider
The
UIASlider class allows access to, and control of, slider elements in your app |
class |
UIAStaticText
UIAStaticText class allows access to, and control of, static text views. |
class |
UIASwitch
UIASwitch class allows access to, and control of, switch elements in your app. |
class |
UIATableView
UIATableView class allows access to, and control of, elements within a table view in your app. |
class |
UIATextField
UIATextField class allows access to, and control of, text field elements in your app. |
Copyright © 2016 PayPal Open Source. All rights reserved.