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 | 477 public boolean scrollAndCheckIfUiElementExist(BySelector scrollableSelector, String text) in scrollAndCheckIfUiElementExist() 496 BySelector scrollableSelector, String text, boolean isVertical) in scrollAndCheckIfUiElementExist() 548 public boolean scrollAndCheckIfUiElementExist(BySelector scrollableSelector, BySelector target) in scrollAndCheckIfUiElementExist() 567 BySelector scrollableSelector, BySelector target, boolean isVertical) in scrollAndCheckIfUiElementExist() 926 public UiObject2 scrollAndFindUiObject(BySelector scrollableSelector, String text) in scrollAndFindUiObject() 947 BySelector scrollableSelector, String text, boolean isVertical) in scrollAndFindUiObject() 969 public UiObject2 scrollAndFindUiObject(BySelector scrollableSelector, BySelector target) in scrollAndFindUiObject() 992 BySelector scrollableSelector, BySelector target, boolean isVertical) in scrollAndFindUiObject() 1006 BySelector scrollableSelector, BySelector target, boolean isVertical) in scrollForwardAndFindUiObject() 1022 public void scrollToBeginning(BySelector scrollableSelector, boolean isVertical) in scrollToBeginning() [all …]
|