MCPcopy Create free account

hub / github.com/Vinyzu/Botright / functions

Functions600 in github.com/Vinyzu/Botright

↓ 1 callersMethodtype
(self, selector: str, text: str, delay: Optional[float] = 200.0, no_wait_after: Optional[bool] = False, strict
botright/playwright_mock/page.py:770
↓ 1 callersMethodwait_for_function
(self, expression: str, arg: Optional[Any] = None, polling: Optional[Union[float, Literal["raf"]]] = "raf", ti
botright/playwright_mock/page.py:396
↓ 1 callersFunctionwait_for_request
()
tests/playwright_tests/test_page.py:91
↓ 1 callersMethodwait_for_request
(self, path: str)
tests/server.py:149
↓ 1 callersFunctionwait_for_response
()
tests/playwright_tests/test_page.py:97
Method__adel__
Cleanup method called when the Botright instance is closed. Closes all associated browser instances and stops the Playwright engine.
botright/botright.py:168
Method__adel__
(self)
botright/modules/proxy_manager.py:70
Method__ainit__
Initialize a Botright instance with specified configurations. Args: headless (bool, optional): Whether to run the browse
botright/botright.py:55
Method__ainit__
Initialize a ProxyManager instance with a proxy string and perform proxy checks. Args: botright: An instance of Botright
botright/modules/proxy_manager.py:37
Method__ainit__
Initialize a Faker instance with a botright instance and a proxy, and generate fake data. Args: botright: An instance of
botright/modules/faker.py:16
Method__eq__
(self, obj)
botright/playwright_mock/page.py:133
Method__eq__
(self, obj)
botright/playwright_mock/frame.py:42
Method__eq__
(self, obj)
botright/playwright_mock/browser.py:158
Method__init__
(self)
tests/server.py:33
Method__init__
(self)
tests/server.py:114
Method__init__
(self)
tests/server.py:207
Method__init__
Initialize a Botright instance with specified configurations. Args: headless (bool, optional): Whether to run the browse
botright/botright.py:28
Method__init__
(self, message)
botright/extended_typing.py:5
Method__init__
Initialize an hCaptcha solver. Args: browser (BrowserContext): The Playwright browser context to use. page (
botright/modules/hcaptcha.py:15
Method__init__
(self, page: PlaywrightPage, browser: BrowserContext, faker: Faker)
botright/playwright_mock/page.py:78
Method__init__
(self, keyboard: PlaywrightKeyboard, page: Page)
botright/playwright_mock/keyboard.py:14
Method__init__
(self, frame_locator: PlaywrightFrameLocator, page: Page)
botright/playwright_mock/frame_locator.py:14
Method__init__
(self, from_point: Tuple[int, int], to_point: Tuple[int, int])
botright/playwright_mock/mouse.py:20
Method__init__
(self, mouse: PlaywrightMouse, page: Page)
botright/playwright_mock/mouse.py:169
Method__init__
(self, request: PlaywrightRequest, page: Page)
botright/playwright_mock/routes.py:17
Method__init__
(self, response: PlaywrightResponse, page: Page)
botright/playwright_mock/routes.py:53
Method__init__
(self, locator: PlaywrightLocator, page: Page)
botright/playwright_mock/locator.py:16
Method__init__
(self, frame: PlaywrightFrame, page: Page)
botright/playwright_mock/frame.py:19
Method__init__
( self, browser: PlaywrightBrowserContext, proxy: ProxyManager, faker: Faker,
botright/playwright_mock/browser.py:119
Method__init__
(self, element: PlaywrightElementHandle, page: Page)
botright/playwright_mock/handles.py:35
Method__repr__
(self)
tests/server.py:126
Method_attach_dyn_prop
Attach property proper to instance with name prop_name. Reference: * https://stackoverflow.com/a/1355444/509706 * https:/
botright/playwright_mock/frame_locator.py:71
Method_attach_dyn_prop
Attach property proper to instance with name prop_name.y Reference: * https://stackoverflow.com/a/1355444/509706 * https:
botright/playwright_mock/locator.py:353
Methodadd_script_tag
(self, content: Optional[str] = "", path: Optional[Union[str, Path]] = "", type: Optional[str] = "", url: Opti
botright/playwright_mock/frame.py:98
Methodadd_style_tag
(self, content: Optional[str] = "", path: Optional[Union[str, Path]] = "", url: Optional[str] = "")
botright/playwright_mock/frame.py:106
Methodadjust_browser_version
Adjust the browser version in a user agent string. Args: useragent (str): The user agent string to be adjusted.
botright/modules/faker.py:31
Methodall_blocker
(route: PlaywrightRoute)
botright/playwright_mock/browser.py:192
Functionassetdir
()
tests/conftest.py:15
Methodbernstein
(t)
botright/playwright_mock/mouse.py:140
Functionblur_event
()
tests/playwright_tests/test_locators.py:924
Functionbotright_client
()
tests/conftest.py:37
Functionbrowser
(botright_client, **launch_arguments)
tests/conftest.py:44
Methodcallback_proxy
(source: SourceDict, *args, **kwargs)
botright/playwright_mock/page.py:479
Methodcallback_proxy
(source: SourceDict, *args, **kwargs)
botright/playwright_mock/browser.py:321
Methodcallback_proxy_handle
(source: SourceDict, element: Any)
botright/playwright_mock/page.py:450
Methodcallback_proxy_handle
(source: SourceDict, element: Any)
botright/playwright_mock/browser.py:290
Methodcheck
( self, position: Optional[Position] = None, timeout: Optional[float] = None, force: Optional[bool] =
botright/playwright_mock/locator.py:199
Methodcheck
( self, selector: str, position: Optional[Position] = None, timeout: Optional[
botright/playwright_mock/frame.py:256
Methodcheck
( self, position: Optional[Position] = None, timeout: Optional[float] = None, force: Optional[bool] =
botright/playwright_mock/handles.py:211
Methodchild_frames
(self)
botright/playwright_mock/frame.py:53
Methodclick
( self, x: Union[int, float], y: Union[int, float], button: Optional[Literal["
botright/playwright_mock/mouse.py:181
Functionclose_should_run_beforeunload_if_asked_for
(browser, server)
tests/playwright_tests/test_page.py:42
Methodcontext
(self)
botright/playwright_mock/page.py:140
Methoddblclick
( self, x: Union[int, float], y: Union[int, float], button: Optional[Literal["left", "middle", "right"
botright/playwright_mock/mouse.py:204
Methoddblclick
( self, modifiers: Optional[Sequence[Literal["Alt", "Control", "Meta", "Shift"]]] = None,
botright/playwright_mock/locator.py:157
Methoddblclick
( self, selector: str, button: Optional[Literal["left", "middle", "right"]] = "left",
botright/playwright_mock/frame.py:211
Methoddblclick
( self, modifiers: Optional[Sequence[Literal["Alt", "Control", "Meta", "Shift"]]] = None,
botright/playwright_mock/handles.py:169
Methoddone_cb
(task: asyncio.Task)
tests/server.py:162
Methodenable_gzip
(self, path: str)
tests/server.py:185
Methodevaluate_handle
(self, expression: str, arg: Optional[Any] = None, timeout: Optional[float] = None)
botright/playwright_mock/locator.py:52
Methodevaluate_handle
(self, expression: str, arg: Optional[Any] = None)
botright/playwright_mock/frame.py:123
Methodevaluate_handle
(self, expression: str, arg: Optional[Any] = None)
botright/playwright_mock/handles.py:111
Methodexpect_console_message
(self, predicate: Optional[Callable[..., bool]] = None, timeout: Optional[float] = None)
botright/playwright_mock/browser.py:261
Methodexpect_worker
(self, predicate: Optional[Callable[..., bool]] = None, timeout: Optional[float] = None)
botright/playwright_mock/page.py:419
Methodexpose_binding
(self, name: str, callback: Callable[..., None], handle: Optional[bool] = None)
botright/playwright_mock/browser.py:277
Methodexpose_function
(self, name: str, callback: Callable[..., None])
botright/playwright_mock/browser.py:269
Methodfirst
(self)
botright/playwright_mock/frame_locator.py:44
Methodfirst
(self)
botright/playwright_mock/locator.py:86
Functionfocus_event
()
tests/playwright_tests/test_locators.py:920
Methodframe
(self)
botright/playwright_mock/routes.py:29
Methodframe
(self)
botright/playwright_mock/routes.py:62
Methodframe_locator
(self, selector)
botright/playwright_mock/locator.py:64
Methodframe_locator
(self, selector: str)
botright/playwright_mock/frame.py:143
Methodframes
(self)
botright/playwright_mock/page.py:156
Methodget_by_alt_text
(self, text: Union[str, Pattern[str]], exact: Optional[bool] = False)
botright/playwright_mock/page.py:335
Methodget_by_label
(self, text: Union[str, Pattern[str]], exact: Optional[bool] = False)
botright/playwright_mock/page.py:340
Methodget_by_placeholder
(self, text: Union[str, Pattern[str]], exact: Optional[bool] = False)
botright/playwright_mock/page.py:345
Methodget_by_text
(self, text: Union[str, Pattern[str]], exact: Optional[bool] = False)
botright/playwright_mock/page.py:375
Methodget_by_title
(self, text: Union[str, Pattern[str]], exact: Optional[bool] = False)
botright/playwright_mock/page.py:380
Methodget_hcaptcha
Get a hCaptcha Key with Sitekey & rqData Args: site_key (Optional[str]): The hCaptcha site key to use. rq_da
botright/playwright_mock/page.py:224
Functionhandle_page
(page)
tests/playwright_tests/test_browsercontext.py:305
Methodhandle_redirect
(request: http.Request)
tests/server.py:189
Functionhandle_route
(route: Route)
tests/playwright_tests/test_page.py:1174
Functionhandler4
(route, request)
tests/playwright_tests/test_browsercontext.py:146
Methodhandler_proxy
(route: PlaywrightRoute, request: PlaywrightRequest)
botright/playwright_mock/page.py:506
Methodhandler_proxy
(route: PlaywrightRoute, request: PlaywrightRequest)
botright/playwright_mock/browser.py:232
Methodhandler_proxy_no_request
(route: PlaywrightRoute)
botright/playwright_mock/page.py:514
Methodhandler_proxy_no_request
(route: PlaywrightRoute)
botright/playwright_mock/browser.py:243
Methodhover
( self, force: Optional[bool] = False, modifiers: Optional[Sequence[Literal["Alt", "Co
botright/playwright_mock/locator.py:295
Methodhover
( self, selector: str, force: Optional[bool] = False, modifiers: Optional[Sequ
botright/playwright_mock/frame.py:377
Methodhover
( self, modifiers: Optional[Sequence[Literal["Alt", "Control", "Meta", "Shift"]]] = None,
botright/playwright_mock/handles.py:307
Methodimage_blocker
(route: PlaywrightRoute)
botright/playwright_mock/browser.py:195
Methodkeyboard
(self)
botright/playwright_mock/page.py:148
Methodlast
(self)
botright/playwright_mock/frame_locator.py:58
Methodlast
(self)
botright/playwright_mock/locator.py:101
Methodlisten
(self, factory: http.HTTPFactory)
tests/server.py:198
Methodlocator
( self, selector_or_locator: Union[PlaywrightLocator, str], has_text: Optional[Union[s
botright/playwright_mock/frame_locator.py:24
Methodlocator
( self, selector_or_locator: Union[str, PlaywrightLocator], has_text: Optional[Union[s
botright/playwright_mock/locator.py:39
Methodlocator
( self, selector: str, has: Optional[PlaywrightLocator] = None, has_not: Optio
botright/playwright_mock/frame.py:151
Methodmain_frame
(self)
botright/playwright_mock/page.py:152
← previousnext →101–200 of 600, ranked by callers