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 | 384 public boolean scrollAndCheckIfUiElementExist(BySelector scrollableSelector, String text) in scrollAndCheckIfUiElementExist() 403 BySelector scrollableSelector, String text, boolean isVertical) in scrollAndCheckIfUiElementExist() 455 public boolean scrollAndCheckIfUiElementExist(BySelector scrollableSelector, BySelector target) in scrollAndCheckIfUiElementExist() 474 BySelector scrollableSelector, BySelector target, boolean isVertical) in scrollAndCheckIfUiElementExist() 821 public UiObject2 scrollAndFindUiObject(BySelector scrollableSelector, String text) in scrollAndFindUiObject() 842 BySelector scrollableSelector, String text, boolean isVertical) in scrollAndFindUiObject() 864 public UiObject2 scrollAndFindUiObject(BySelector scrollableSelector, BySelector target) in scrollAndFindUiObject() 887 BySelector scrollableSelector, BySelector target, boolean isVertical) in scrollAndFindUiObject() 901 BySelector scrollableSelector, BySelector target, boolean isVertical) in scrollForwardAndFindUiObject() 917 public void scrollToBeginning(BySelector scrollableSelector, boolean isVertical) in scrollToBeginning() [all …]
|