public final class AndroidHelper extends Object
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static org.openqa.selenium.WebElement |
findElementContainingText(org.openqa.selenium.WebElement scrollableView, String text) |
|
public static org.openqa.selenium.WebElement |
findScrollableElement(io.appium.java_client.AppiumDriver driver) |
|
public static int |
getStatusBarHeight(io.appium.java_client.AppiumDriver driver) |
|
public static org.openqa.selenium.WebElement |
scrollToText(com.kms.katalon.core.testobject.TestObject testObject, String text, int timeoutInSeconds)Scrolls to an element with the given text starting from the TestObject's view. |
Scrolls to an element with the given text starting from the TestObject's view.
testObject - TestObject to locate the scrollable areatext - Text to scroll totimeoutInSeconds - Timeout duration