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
Before upgrading from 1.12.1 to 1.13.0, I did not get any error.
Now the following error appears. future: <Future finished exception=Error('Unknown scheme for Frame.waitForEventInfo')> playwright._impl._api_types.Error: Unknown scheme for Frame.waitForEventInfo
It seems that the responsible command is await page.wait_for_load_state("networkidle") before a page loads when you click on a button.