(self, selector: str)
| 997 | return self._main_frame.get_by_title(text, exact=exact) |
| 998 | |
| 999 | def frame_locator(self, selector: str) -> "FrameLocator": |
| 1000 | return self.main_frame.frame_locator(selector) |
| 1001 | |
| 1002 | async def focus( |
| 1003 | self, selector: str, strict: bool = None, timeout: float = None |
no outgoing calls