boolean found = false; while (!found) { try { driver.findElement(MobileBy.AndroidUIAutomator("new UiScrollable(new UiSelector().scrollable(true).instance(0)).scrollIntoView(new UiSelector().text(\"شماره پرونده\").instance(0))")); found = true; Thread.sleep(10); } catch (InterruptedException e) { e.printStackTrace(); } /// try { driver.findElement(MobileBy.AndroidUIAutomator("new UiScrollable(new UiSelector().scrollable(true).instance(0)).scrollIntoView(new UiSelector().text(\"پیامگیرصوتی\").instance(0))")); Thread.sleep(1000); } catch (InterruptedException e) { // Handle the exception e.printStackTrace(); } /// driver.findElement(MobileBy.AndroidUIAutomator("new UiScrollable(new UiSelector().scrollable(true).instance(0)).scrollForward(400)"));
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter