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

Method expand_action

tests/async/conftest.py:180–183  ·  view source on GitHub ↗
(self, title: str, ordinal: int = 0)

Source from the content-addressed store, hash-verified

178 await self.page.click("text='Source'")
179
180 async def expand_action(self, title: str, ordinal: int = 0) -> None:
181 await self.actions_tree.locator(".tree-view-entry", has_text=title).nth(
182 ordinal
183 ).locator(".codicon-chevron-right").click()
184
185
186@pytest.fixture

Calls 3

clickMethod · 0.45
locatorMethod · 0.45
nthMethod · 0.45

Tested by

no test coverage detected