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

Method _export_all_hars

playwright/_impl/_tracing.py:235–238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

233 return har_id
234
235 async def _export_all_hars(self) -> None:
236 for har_id in list(self._har_recorders.keys()):
237 await self._export_har(har_id)
238 self._har_id = None
239
240 async def stop_har(self) -> None:
241 har_id = self._har_id

Callers 2

disposeMethod · 0.80
_inner_closeMethod · 0.80

Calls 1

_export_harMethod · 0.95

Tested by

no test coverage detected