(self)
| 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( |
no test coverage detected