public interface UIAutomationTableView extends UIAutomationElement
UIAutomationTableView
interface allows access to, and control of, elements within a table view in your
app.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, getLabel, getLocator, getName, getValue, scrollToVisible, tap, tapWithOptions, twoFingerTap
void scrollToCellAtIndex(int index)
index
- Index of the cell to scroll to.void clickCellAtIndex(int index, Object... expected)
index
- 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.