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
The New Window command doesn't actually await the load of the initial about:blank page within the newly opened tab or window. Given that the load of about:blank is not synchronous anymore in most of the browsers, it's also kinda complex.
To prevent an early return from the command affecting the following command(s) by an unexpected navigation (issue #1308) it has to wait until the page load has been reached a state as specified in the page load strategies.