Hi team,
Very good morning
I would like to request for a support to handle Click action on elements from different tabs in same application (desktop application).
I have different tabs in one of my application screen, where I am suppose to change the tabs and set the values to specific element and save the changes but unfortunately when I changed to second tab, I could able to get the we driver data to that particular element from second tab but not able to perform the action likes click.
One of the observation is like I am getting location data as 0,0 for x, y coordinates in the web driver data.
Appium-Python-Client - 1.2.0 (Tried with 2.2.0 as well)
selenium - 3.141.0
Python - 3.11.4
Desire Capabilities:
desired_cap[âplatform Nameâ] = âWindowsâ
desired_cap[âdeviceNameâ] = âWindowsPCâ
desired_cap[âautomationNameâ] = âWindowsâ
desired_cap[âms:waitForAppLaunchâ] = 10
desired_cap[âappâ] = â60b68c98-73dd-44d4-b1aa-81edc93d8af6_p4h0rkhymkjnw!Appâ
desired_cap[âw3câ] = True (Even tried with setting w3c as false as well but no luck)
Error after performing Click action:
â{âstatusâ:105,âvalueâ:{âerrorâ:âelement not interactableâ,âmessageâ:âAn element command could not be completed because the element is not pointer- or keyboard interactable.â}}'