How to handle this default method popup

Hi all, please help me in how to handle this default method.
If we see the image, the element is in android.view.View and only one View is present, means to say there is no sub element.
which appium method we need to use here? if we see all the properties are also false and only enabled is true.

i tried using touchAction, but no luck.

Please help.

I Think You are selecting the wrong element. You should try to find “Ok” or “Cancel” buttons and try touch actions or click action on that.

1 Like

Hi @armate,

Popups can be handled by Appium. So in the above picture, which element do you wish to click on?

Regards,
Bhaskar.

1 Like

I have to select 1259 mastercard, i am not able to click it, If u have any idea of ready made code or anything, please post it here, i ill go thru

@armate- as per your screenshot, this element is clickable:false, so you can’t click it.
Try using send keys or swipe methods.

1 Like

Swipe and sendkeys both are not working

Can you give a try to find the specific element you want to click, as in your screenshot the element highlighted is a full frame.

@armate,

Can you attach your UI screenshot again here?

Regards,
Bhaskar.