Iam not able to click on button on Pop up
i tried with clicking on ‘Ok’ button as you can seen in the attached pic with different xpath available in the UIAutomatorviewer as
@FindBy(how = How.XPATH, using ="//android.widget.Button[@bounds=’[768,1088][1032,1232]’ and @text=‘Ok’)]")
private WebElement pinOk ;
and even with the android event key method as 'driver.pressKeyCode(66)) but both didn’t work at all …
can you tell me please how to handle those kind of pop up …
appreciate if any one can help out
Thanks