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

Method show_source_tab

tests/sync/conftest.py:165–166  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

163 return self.page.frame_locator("iframe.snapshot-visible[name=snapshot]")
164
165 def show_source_tab(self) -> None:
166 self.page.click("text='Source'")
167
168 def expand_action(self, title: str, ordinal: int = 0) -> None:
169 self.actions_tree.locator(".tree-view-entry", has_text=title).nth(

Callers 1

Calls 1

clickMethod · 0.45

Tested by

no test coverage detected