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

FindFirstDescendant error #625

Open
weifan999 opened this issue Apr 14, 2024 · 1 comment
Open

FindFirstDescendant error #625

weifan999 opened this issue Apr 14, 2024 · 1 comment

Comments

@weifan999
Copy link

When the form has not yet appeared, when the FindFirstDescendant statement is executed, null is not returned. Instead, the code seems to terminate execution and no error is prompted. It just cannot continue to run. How to solve this problem?

automation.GetDesktop().FindFirstDescendant(x => x.ByAutomationId("DeluxeLoginFormNewChild")

@weifan999
Copy link
Author

My other computer can return null, so that I can decide to continue waiting, but this laptop is also a win10 system. I don't know why this is happening. Does it have anything to do with my computer?

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

1 participant