↓ 33 callersMethodclick(
self,
selector: str,
button: Optional[Literal["left", "middle", "right"]] = "left",
botright/playwright_mock/page.py:521
↓ 20 callersMethodroute(
self, url: Union[str, Pattern[str], Callable[[str], bool]], handler: Union[Callable[[Route], Any], C
botright/playwright_mock/page.py:501
↓ 9 callersMethodadd_script_tag(self, content: Optional[str] = None, path: Optional[Union[str, Path]] = None, type: Optional[str] = None, url
botright/playwright_mock/page.py:312
↓ 7 callersMethodwait_for_selector(
self, selector: str, state: Optional[Literal["attached", "detached", "hidden", "visible"]] = None, s
botright/playwright_mock/page.py:302
↓ 7 callersMethodwait_for_selector(
self, selector: str, state: Optional[Literal["attached", "detached", "hidden", "visible"]] = None, s
botright/playwright_mock/frame.py:86
↓ 6 callersMethodframe(self, name: Optional[str] = None, *, url: Optional[Union[str, Pattern[str], Callable[[str], bool]]] = None)
botright/playwright_mock/page.py:276
↓ 6 callersMethodmove(self, x: Union[int, float], y: Union[int, float], steps: Optional[int] = 1, humanly: Optional[bool] = True, s
botright/playwright_mock/mouse.py:230
↓ 5 callersMethodclick(
self,
selector: str,
button: Optional[Literal["left", "middle", "right"]] = "left",
botright/playwright_mock/frame.py:165
↓ 4 callersMethodclick(
self,
modifiers: Optional[Sequence[Literal["Alt", "Control", "Meta", "Shift"]]] = None,
botright/playwright_mock/handles.py:121
↓ 3 callersMethodroute(
self, url: Union[str, Pattern[str], Callable[[str], bool]], handler: Union[Callable[[PlaywrightRoute
botright/playwright_mock/browser.py:227
↓ 2 callersMethoddblclick(
self,
selector: str,
button: Optional[Literal["left", "middle", "right"]] = "left",
botright/playwright_mock/page.py:566
↓ 2 callersMethodunroute(
self, url: Union[str, Pattern[str], Callable[[str], bool]], handler: Optional[Union[Callable[[Playwr
botright/playwright_mock/browser.py:252