Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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,
Callers
3
group
Method · 0.95
test_should_show_tracing_group_in_action_list
Function · 0.45
test_should_show_tracing_group_in_action_list
Function · 0.45
Calls
1
send
Method · 0.45
Tested by
2
test_should_show_tracing_group_in_action_list
Function · 0.36
test_should_show_tracing_group_in_action_list
Function · 0.36