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
Hi,
I'm currently facing two issues while working with a WinUI 3 application and winapp driver:
When an element is not present in the current window, the find_element call enters an infinite loop and never returns.
Even when the element is present, using a wait-until condition to locate it also results in an infinite loop with no response.
Has anyone else encountered similar behavior? Any suggestions or solutions would be greatly appreciated.