Skip to content
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

How to handle mouse busy spinner in desktop Application(Code should wait until mouse completes its loading state) #142

Open
vamsivarma94 opened this issue Dec 4, 2023 · 1 comment

Comments

@vamsivarma94
Copy link

Describe the feature
Is there any direct method that is available to handle mouse busy state. We are actually looking for solution to avoid sync issues in our code. Our's is very big application contains lot of data. Navigating B/W windows is taking some time to load all elements in upcoming window. We tried Wait While busy and Wait Until responsive and others as well but still we are getting sync issues.

Workarounds
Any workaround to wait until mouse completes its loading state.

image

@Nepitwin
Copy link
Member

Nepitwin commented Dec 5, 2023

Mhm currently i don't see any kind of information which can be used from FlaUI to receive this kind of information.

I only see this method

https://github.com/FlaUI/FlaUI/blob/bf949b64af77f27301743ca9d58eb9b5362c3aee/src/FlaUI.Core/Input/Mouse.cs#L304C14-L304C14

But i think in general currently their is no method implemented to indicate such a state. So i think to extend FlaUI first is the way to go.

Or to verify this state by any kind of mouse event handling in python or any kind of thirdparty libary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants