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

Method group_end

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

Source from the content-addressed store, hash-verified

162 return DisposableStub(lambda: self.group_end(), self)
163
164 async def group_end(self) -> None:
165 await self._channel.send(
166 "tracingGroupEnd",
167 None,
168 )
169
170 async def start_har(
171 self,

Calls 1

sendMethod · 0.45