MCPcopy Create free account
hub / github.com/microsoft/playwright-python / tracing_started

Method tracing_started

playwright/_impl/_local_utils.py:65–69  ·  view source on GitHub ↗
(
        self, tracesDir: Optional[str], traceName: str, live: bool = False
    )

Source from the content-addressed store, hash-verified

63 await self._channel.send("harUnzip", None, params)
64
65 async def tracing_started(
66 self, tracesDir: Optional[str], traceName: str, live: bool = False
67 ) -> str:
68 params = locals_to_params(locals())
69 return await self._channel.send("tracingStarted", None, params)
70
71 async def trace_discarded(self, stacks_id: str) -> None:
72 return await self._channel.send("traceDiscarded", None, {"stacksId": stacks_id})

Callers 1

Calls 2

locals_to_paramsFunction · 0.90
sendMethod · 0.45

Tested by

no test coverage detected