Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ handle_load_state_event
Method
handle_load_state_event
playwright/_impl/_frame.py:317–319 ·
view source on GitHub ↗
(actual_state: str)
Source
from the content-addressed store, hash-verified
315
else
:
316
317
def
handle_load_state_event(actual_state: str) -> bool:
318
waiter.log(f
'"{actual_state}" event fired'
)
319
return
actual_state == state
320
321
waiter.wait_for_event(
322
self._event_emitter,
Callers
nothing calls this directly
Calls
1
log
Method · 0.80
Tested by
no test coverage detected