public interface UIAutomationNavigationBar extends UIAutomationElement
UIAutomationNavigationBar
interface allows access to, and control of, buttons in your app’s navigation
bar.Modifier and Type | Method and Description |
---|---|
void |
clickLeftButton(Object... expected)
Click the left button on the navigation bar and optionally waits for the provided expected elements.
|
void |
clickRightButton(Object... expected)
Click the right button on the navigation bar and optionally waits for the provided expected elements.
|
doubleTap, findElement, getLabel, getLocator, getName, getValue, scrollToVisible, tap, tapWithOptions, twoFingerTap
void clickLeftButton(Object... expected)
expected
- Expected entities in the form of objects extending UIAElement
or xpath location in the form of
String
or instances of ExpectedCondition
.void clickRightButton(Object... expected)
expected
- Expected entities in the form of objects extending UIAElement
or xpath location in the form of
String
or instances of ExpectedCondition
.Copyright © 2016 PayPal Open Source. All rights reserved.