Lines Matching refs:UiObject

101      * If both search conditions are fulfilled, the method returns a {@ link UiObject}
110 * @return {@link UiObject} representing the child element that matches the search conditions
115 public UiObject getChildByDescription(UiSelector childPattern, String text)
125 * If both search conditions are fulfilled, the method returns a {@ link UiObject}
133 * @return {@link UiObject} representing the child element that matches the search conditions
137 public UiObject getChildByDescription(UiSelector childPattern, String text,
157 * @return {@link UiObject} representing the child element that matches the search conditions
161 public UiObject getChildByInstance(UiSelector childPattern, int instance)
166 return new UiObject(patternSelector);
173 * If both search conditions are fulfilled, the method returns a {@ link UiObject}
181 * @return {@link UiObject} representing the child element that matches the search conditions
186 public UiObject getChildByText(UiSelector childPattern, String text)
196 * If both search conditions are fulfilled, the method returns a {@ link UiObject}
203 * @return {@link UiObject} representing the child element that matches the search conditions
207 public UiObject getChildByText(UiSelector childPattern, String text, boolean allowScrollSearch)
235 * a visible item that matches the {@link UiObject} is found.
237 * @param obj {@link UiObject}
241 public boolean scrollIntoView(UiObject obj) throws UiObjectNotFoundException {
282 * Scrolls forward until the UiObject is fully visible in the scrollable container.
285 * @param childObject {@link UiObject} representing the child element
292 public boolean ensureFullyVisible(UiObject childObject) throws UiObjectNotFoundException {