Home
last modified time | relevance | path

Searched refs:getBySelectorForUiElement (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DUiElement.java117 public BySelector getBySelectorForUiElement() { in getBySelectorForUiElement() method in UiElement
140 return By.hasAncestor(mAncestor.getBySelectorForUiElement(), mMaxDepth); in getBySelectorForUiElement()
142 return By.hasDescendant(mDescendant.getBySelectorForUiElement(), mMaxDepth); in getBySelectorForUiElement()
147 selector = specifier.getBySelectorForUiElement(); in getBySelectorForUiElement()
188 s.hasAncestor(mAncestor.getBySelectorForUiElement(), mMaxDepth); in extendBySelectorForUiElement()
191 s.hasDescendant(mDescendant.getBySelectorForUiElement(), mMaxDepth); in extendBySelectorForUiElement()
DWorkflowTask.java233 BySelector selector = uiElement.getBySelectorForUiElement(); in validateAndVerifyUiElement()
271 BySelector selector = uiElement.getBySelectorForUiElement(); in validateAndClickUiElement()
285 scrollConfig.getScrollForwardButton().getBySelectorForUiElement(); in validateAndClickUiElement()
287 scrollConfig.getScrollBackwardButton().getBySelectorForUiElement(); in validateAndClickUiElement()
294 scrollConfig.getScrollElement().getBySelectorForUiElement(); in validateAndClickUiElement()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioConfigUtil.java253 return uiElement.getBySelectorForUiElement(); in getUiElementFromConfig()