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
TimeoutError shadows a builtin exception with the same name, which leads to confusion
try:
page.click("foo")
exceptTimeoutError: # builtins.TimeoutError# this doesn't run because it raises a playwright.sync_api.TimeoutErrorprint("failed to click element")
DetachHead, KotlinIsland, symonk, FelixSchwarz, paunovic and 8 more