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.
I acheived this using TouchAction.
TouchAction touchAction = new TouchAction(driver); touchAction.tap(new PointOption().withCoordinates(111, 222)).perform()