Unable perform click action on the element in new tab under same application

Hi team,

Very good morning :blush:

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.”}}'