See: Description
| Interface | Description |
|---|---|
| SeLionAndroidBridgeDriver |
SeLionAndroidBridgeDriver acts as a single level of abstraction for the page object model implementation
for android mobile drivers. |
| UserinterfaceObject |
UserinterfaceObject exposes the base interactions that can be carried on any Android UI automation
element. |
| Class | Description |
|---|---|
| UiButton |
UiButton represents a Button widget for Android UI automation framework. |
| UiImage |
UiImage represents an Image widget for Android UI automation framework. |
| UiLabel |
UiLabel represents a Label widget for Android UI automation framework. |
| UiList |
UiList represents a List widget for Android UI automation framework. |
| UiObject |
UiObject implements UserinterfaceObject and forms the base class of all Android UI automation
elements. |
| UiSlider |
UiSlider represents a Slider widget for Android UI automation framework. |
| UiSwitch |
UIASwitch class allows access to, and control of, switch elements in your app. |
| UiTextView |
UiTextView interface allows access to, and control of, text field elements in your Android app. |
Copyright © 2016 PayPal Open Source. All rights reserved.