leexgone / uiautomation-rs

The uiatomation-rs crate is a wrapper for windows uiautomation. This crate can help you make windows uiautomation API calls conveniently.
Apache License 2.0
83 stars 15 forks source link

Multi monitor support #62

Closed elsnerpaul closed 2 months ago

elsnerpaul commented 3 months ago

Hi, I experience issues clicking on elements which are not on the primary screen.

I do element.click(), the cursor starts to move but stops at the edge of the primary monitor.

I'm going to build a small reproducer and debug the issue further soon, just wanted to let you know that there might be an issue and hear if you are aware of anything.

Paul

leexgone commented 3 months ago

This crate has not been tested in a multi-screen scenario yet, and I will also try to verify this issue.

leexgone commented 2 months ago

fixed on v0.11.3

elsnerpaul commented 2 months ago

Tested it and work now, thanks for the fix :)