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
Since upgrading to v10.0.0 from v9.1.0, I'm seeing a much higher rate of WaitTaskTimeoutExceptions being thrown. It seems that frequently (but not always), calls to WaitForSelectorAsync are timing out despite the fact that the selector passed is actually available in the page. Downgrading back to v9.1.0 fixed the problem, so I suspect this is a regression related to #2190.