maui icon indicating copy to clipboard operation
maui copied to clipboard

[UITest] Investigate adding coordinate clicking to the Tap feature for catalyst

Open PureWeen opened this issue 2 years ago • 1 comments

Description

Currently if you use the TapCoordinates(x,y) API you're met with the following exception

OpenQA.Selenium.WebDriverException : An unknown server-side error occurred while processing the command. Original error: Error Domain=io.appium.WebDriverAgentMac Code=1 "Only pointer type 'mouse' is supported. 'touch' is given instead for action with id '0164df41-a79d-42c1-9f78-c4742f81238c'" UserInfo={NSLocalizedDescription=Only pointer type 'mouse' is supported. 'touch' is given instead for action with id '0164df41-a79d-42c1-9f78-c4742f81238c'}

Is there a way we can make this work on catalyst? It currently appears to work fine for all other platforms (including windows)

PureWeen avatar Jan 08 '24 16:01 PureWeen

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

ghost avatar Jan 08 '24 16:01 ghost