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.
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.