MCPcopy Index your code
hub / github.com/microsoft/playwright-python / delete

Method delete

playwright/_impl/_video.py:54–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 await self._artifact.save_as(path)
53
54 async def delete(self) -> None:
55 if self._artifact:
56 await self._artifact.delete()

Callers 13

stop_tracingMethod · 0.45
_do_stop_chunkMethod · 0.45
_export_harMethod · 0.45
XfFunction · 0.45
ZfFunction · 0.45
qFunction · 0.45
wFunction · 0.45
xjFunction · 0.45
qjFunction · 0.45
test_should_delete_fileFunction · 0.45

Calls

no outgoing calls