Recently we found an issue about popup in Edge.
when we do some wrong behaviors, alert will show up. just like this (https://demo.atata.io/products).
And we used dialogElement(the namespace is ArtOfTest.Common.Extensions) to catch the message. It works but after that we can't control the page. Whatever we tried like refresh the page or press enter by code, it always stuck until alert is closed manually or time out. Is there some one has the same situation? And if so, how to solve it?
Below is the code: