Searched defs:scrollableSelector (Results 1 – 1 of 1) sorted by relevance
| /platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/ |
| D | SpectatioUiUtil.java | 337 public boolean scrollAndCheckIfUiElementExist(BySelector scrollableSelector, String text) in scrollAndCheckIfUiElementExist() 356 BySelector scrollableSelector, String text, boolean isVertical) in scrollAndCheckIfUiElementExist() 408 public boolean scrollAndCheckIfUiElementExist(BySelector scrollableSelector, BySelector target) in scrollAndCheckIfUiElementExist() 427 BySelector scrollableSelector, BySelector target, boolean isVertical) in scrollAndCheckIfUiElementExist() 684 public UiObject2 scrollAndFindUiObject(BySelector scrollableSelector, String text) in scrollAndFindUiObject() 705 BySelector scrollableSelector, String text, boolean isVertical) in scrollAndFindUiObject() 727 public UiObject2 scrollAndFindUiObject(BySelector scrollableSelector, BySelector target) in scrollAndFindUiObject() 750 BySelector scrollableSelector, BySelector target, boolean isVertical) in scrollAndFindUiObject() 764 BySelector scrollableSelector, BySelector target, boolean isVertical) in scrollForwardAndFindUiObject() 780 public void scrollToBeginning(BySelector scrollableSelector, boolean isVertical) in scrollToBeginning() [all …]
|