You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error is indicating you are using Click on an element and it's failing, most likely because the element has been invalidated/destroyed in the time before first fetching it and calling Click. You could capture the error with a try...catch block and if the error is thrown then re-find the element and try again.
Dear author:
When I use the UIAViewer to view the element of windows programs, But the .ahk file showed this error message.
Whenever I run for a long time, I always report an error after an indefinite period of time.
How should I solve this problem?
thanks
The text was updated successfully, but these errors were encountered: