public interface RecyclerView extends UiObjectBase, TestObject
Modifier and Type | Method and Description |
---|---|
void |
scroll(int item)
Scrolls to the specified item in the recycler view.
|
void |
select(int item)
Selects an item in the recycler view.
|
getAccessibilityId, getClassName, getContainer, getLocation, getResourceId, getSize, isClickable, isEnabled, isFocusable, isFocused, longPress, longPress, pan, pan, pan, pinch, pinch, swipe, swipe, tap, tap
exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch
describe
void scroll(int item) throws GeneralLeanFtException
item
- the item to scroll to.GeneralLeanFtException
- if error occurs during executionvoid select(int item) throws GeneralLeanFtException
item
- the item to select.GeneralLeanFtException
- if error occurs during execution