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
I'm writing UI Automation on the PowerApps platform and some times some buttons takes some time to load. I'm using methods such as getByRole to locate these buttons but it does not autowait for the buttons to be enable or stable and perform the action even if the elements are not stable yet.
So, by the time these elements became stable the action is already been done and due to this I'm facing timeout error.
Expected behavior
Before performing any action on the locator it should auto wait to stable.
Version
1.48.1
Steps to reproduce
I'm writing UI Automation on the PowerApps platform and some times some buttons takes some time to load. I'm using methods such as getByRole to locate these buttons but it does not autowait for the buttons to be enable or stable and perform the action even if the elements are not stable yet.
So, by the time these elements became stable the action is already been done and due to this I'm facing timeout error.
Expected behavior
Before performing any action on the locator it should auto wait to stable.
Actual behavior
Autowait is not working.
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: