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
It could be a simple race where headless just works faster. Looks like you dialog closes asynchronously with the click - the code there is doing something like fetch or setTimeout first. You should await for a signal instead, for example:
It could be a simple race where headless just works faster. Looks like you dialog closes asynchronously with the click - the code there is doing something like fetch or setTimeout first. You should await for a signal instead, for example:
Hi experts,
I write some test cases, can pass in headful mode, but fail in headless mode.
in headful mode, no output.(that's what I want)
however in headless mode, it prints the dialog.
but if I add some wait time, then it can behave same as headful mode.
so I guess in headless mode, there'll be some residual dialog for a while after it's closed?
The text was updated successfully, but these errors were encountered: