public class UIATableView extends UIAElement implements UIAutomationTableView
UIATableView class allows access to, and control of, elements within a table view in your app.| Constructor and Description |
|---|
UIATableView(String locator) |
| Modifier and Type | Method and Description |
|---|---|
void |
clickCellAtIndex(int index,
Object... expected)
Clicks the table cell at the specified index.
|
void |
scrollToCellAtIndex(int index)
Scrolls to the table cell at the specified index.
|
doubleTap, findElement, getBridgeDriver, getLabel, getLocator, getName, getValue, scrollToVisible, setBridgeDriver, setLocator, tap, tapWithOptions, twoFingerTap, waitForclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoubleTap, findElement, getLabel, getLocator, getName, getValue, scrollToVisible, tap, tapWithOptions, twoFingerTappublic UIATableView(String locator)
public void scrollToCellAtIndex(int index)
UIAutomationTableViewscrollToCellAtIndex in interface UIAutomationTableViewindex - Index of the cell to scroll to.public void clickCellAtIndex(int index,
Object... expected)
UIAutomationTableViewclickCellAtIndex in interface UIAutomationTableViewindex - Index of the cell to click.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.