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, waitFor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doubleTap, findElement, getLabel, getLocator, getName, getValue, scrollToVisible, tap, tapWithOptions, twoFingerTap
public UIATableView(String locator)
public void scrollToCellAtIndex(int index)
UIAutomationTableView
scrollToCellAtIndex
in interface UIAutomationTableView
index
- Index of the cell to scroll to.public void clickCellAtIndex(int index, Object... expected)
UIAutomationTableView
clickCellAtIndex
in interface UIAutomationTableView
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.