-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
session.moveTo(element:)
does not move mouse to the element for app caption buttons
#39
Comments
Here's what the doc has to say. It's a pretty confusing API but I think your call should work:
|
@stevenbrix -- Does |
Was this the DPI issue? |
My new tests from #89 use Closing this until further info. |
session.moveTo(element:)
does not move mouse to the elementsession.moveTo(element:)
does not move mouse to the element for app caption buttons
this isn't fixed, there must be something special about the caption buttons as this works for normal elements. i updated the title accordingly |
@stevenbrix , in that case it might not be fixable in |
unfortunately not really, we can send |
What about sending |
I found that doing something like this in an app:
will not actually move the mouse to the element
The text was updated successfully, but these errors were encountered: