Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ cancel
Method
cancel
playwright/_impl/_artifact.py:83–87 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
81
return
buffer
82
83
async
def
cancel(self) -> None:
# pyright: ignore[reportIncompatibleMethodOverride]
84
await self._channel.send(
85
"cancel"
,
86
None,
87
)
Callers
15
dispose
Method · 0.45
connect
Method · 0.45
_cancel
Method · 0.45
_cancel
Method · 0.45
_inner_send
Method · 0.45
cb
Method · 0.45
cleanup
Method · 0.45
_cleanup
Method · 0.45
test_should_throw_when_handler_times_out
Function · 0.45
test_page_close_does_not_wait_for_active_route_handlers
Function · 0.45
test_download_cancel_should_work
Function · 0.45
test_should_ignore_aborted_requests
Function · 0.45
Calls
1
send
Method · 0.45
Tested by
7
test_should_throw_when_handler_times_out
Function · 0.36
test_page_close_does_not_wait_for_active_route_handlers
Function · 0.36
test_download_cancel_should_work
Function · 0.36
test_should_ignore_aborted_requests
Function · 0.36
test_connection_task_cancel
Function · 0.36
test_should_cancel_underlying_protocol_calls
Function · 0.36
test_wait_for_nav_should_work_when_subframe_issues_window_stop
Function · 0.36