I have a windows application and I have to test it on a remote machine using WinAppDriver and Appium.
during the test I need to click on a specific point of the screen. I have tried several ways but it doesn't work .
Is there anyway so I can do this?!
Try next code using IWebElement extension. It is working locally.