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
Fixed delays after click/type/key don't adapt to page load time. Some pages need 3–5s; others render in 100ms. A waitForLoadState('networkidle') race would be more reliable.
browser/src/PageInteractor.tsFixed delays after click/type/key don't adapt to page load time. Some pages need 3–5s; others render in 100ms. A waitForLoadState('networkidle') race would be more reliable.