Welcome to selenium-async’s documentation!
Summary
|
|
|
|
|
|
|
|
|
|
alias of |
|
|
Re-exported from selenium package
|
|
|
Set of supported locator strategies. |
|
|
|
alias of |
|
alias of |
|
Set of special keys codes. |
|
Thrown when a command does not complete in enough time. |
|
|
|
Using the WebDriver pool
- async selenium_async.run_sync(func: Callable[[selenium_async._selenium.WebDriver], selenium_async.core.T], *, browser: Literal['firefox', 'chrome'] = 'firefox', headless: bool = True, loop: Optional[asyncio.events.AbstractEventLoop] = None, pool: Optional[selenium_async.pool.Pool] = None) selenium_async.core.T[source]
Creating Webdriver Pools
Launching browsers without a pool
- async selenium_async.launch(options: Optional[selenium_async.options.Options] = None) selenium_async._selenium.WebDriver[source]
- selenium_async.launch_sync(options: Optional[selenium_async.options.Options] = None) selenium_async._selenium.WebDriver[source]
- selenium_async.Options(*, browser: Literal['firefox', 'chrome'] = 'firefox', headless: bool = True)[source]
- selenium_async.BrowserType(*args, **kwargs)