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

Method expand_action

tests/sync/conftest.py:168–171  ·  view source on GitHub ↗
(self, title: str, ordinal: int = 0)

Source from the content-addressed store, hash-verified

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(
170 ordinal
171 ).locator(".codicon-chevron-right").click()
172
173
174@pytest.fixture

Calls 3

clickMethod · 0.45
locatorMethod · 0.45
nthMethod · 0.45

Tested by

no test coverage detected