Hi guys,
Im trying to select any picture from gallery.
Already tried these below, where i found here at forum:
driver.findElement(MobileBy.AndroidUIAutomator("new UiSelector().descriptionContains(\"img_\")")).click();
List<MobileElement> elements = (MobileElement) driver.findElementsByClassName("//android.widget.LinearLayout");
elements.get(0).click;
TouchAction(driver)).press(PointOption.point(x,y)).waitAction(WaitOptions.waitOptions(Duration.ofMillis(300))).release().perform();
but with no success.