See: Description
Interface | Description |
---|---|
SeLionIOSBridgeDriver |
SeLionIOSBridgeDriver acts as single level of abstraction between different mobile driver
implementations. |
UIAutomationAlert |
UIAutomationAlert interface allows access to, and control of, alerts within your app. |
UIAutomationButton |
UIAutomationButton interface allows access to, and control of, button elements in your app. |
UIAutomationElement |
UIAutomationElement is the super interface for all user interface elements in the context of the
Automation instrument for automating user interface testing of iOS apps. |
UIAutomationNavigationBar |
UIAutomationNavigationBar interface allows access to, and control of, buttons in your app’s navigation
bar. |
UIAutomationPicker |
UIAutomationPicker interface allows access to, and control of, wheel elements within a picker |
UIAutomationSlider |
UIAutomationSlider interface allows access to, and control of, slider elements in your app |
UIAutomationStaticText |
UIAutomationStaticText interface allows access to, and control of, static text views. |
UIAutomationSwitch |
UIAutomationSwitch interface allows access to, and control of, switch elements in your app. |
UIAutomationTableView |
UIAutomationTableView interface allows access to, and control of, elements within a table view in your
app. |
UIAutomationTextField |
UIAutomationTextField interface allows access to, and control of, text field elements in your app. |
Class | Description |
---|---|
GestureOptions.TapOffset |
The
TapOffset acts as a utility class for converting cartesion coordinates (x, y) to JSON
representation. |
GestureOptions.TapOptions |
The
TapOption class serves as a utility class to convert value based GestureOptions to JSON
objects. |
UIAAlert |
The
UIAAlert class allows access to, and control of, alerts within your app. |
UIAButton |
The
UIAButton class allows access to, and control of, button elements in your app. |
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. |
UIAImage |
The
UIAImage class allows access to, and control of, image elements in your app. |
UIAList |
UIATableView class allows access to, and control of, elements within a table view in your app. |
UIANavigationBar |
The
UIANavigationBar class allows access to, and control of, buttons in your app’s navigation bar. |
UIAPicker |
The
UIAPicker class allows access to, and control of, wheel elements within a picker |
UIASlider |
The
UIASlider class allows access to, and control of, slider elements in your app |
UIAStaticText |
UIAStaticText class allows access to, and control of, static text views. |
UIASwitch |
UIASwitch class allows access to, and control of, switch elements in your app. |
UIATableView |
UIATableView class allows access to, and control of, elements within a table view in your app. |
UIATextField |
UIATextField class allows access to, and control of, text field elements in your app. |
Enum | Description |
---|---|
GestureOptions |
GestureOptions enum houses the gesture specifications for mobile web drivers. |
Copyright © 2016 PayPal Open Source. All rights reserved.