android-layoutselenium-webdriverandroid-cameraappium

After taking Picture, how to select Ok in appium when tick mark cant be located?


After taking Picture, how to select Ok in appium when tick mark cant be located? only camara layout is Higlighted and i am not able to loacte tick mark or revert.

enter image description here


Solution

  • I acheived this using TouchAction.

    TouchAction touchAction = new TouchAction(driver); touchAction.tap(new PointOption().withCoordinates(111, 222)).perform()