Selenium WebDriver facade and wrapper for seleniumaroto
Project description
seleniumarotodriver
seleniumarotodriver is the low-level Selenium facade used by seleniumaroto.
It re-exports the Selenium objects you normally import from selenium and also
includes the MarotoDriver wrapper.
from seleniumarotodriver import webdriver, Service, WebElement, By, WebDriverWait, EC
from seleniumarotodriver import DriverOptions, MarotoDriver, create_webdriver
browser = MarotoDriver(browser="chrome", timeout=20)
driver = browser.raw
Compatibility imports are also supported:
from seleniumarotodriver.webdriver.chrome.service import Service
from seleniumarotodriver.webdriver.remote.webelement import WebElement
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
seleniumarotodriver-1.0.0.tar.gz
(12.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seleniumarotodriver-1.0.0.tar.gz.
File metadata
- Download URL: seleniumarotodriver-1.0.0.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e5542d09ee736ec8e008afdc144afb48df80391729d352039d95908eeea8291
|
|
| MD5 |
4ec369c6799809995e855449ffebfcdb
|
|
| BLAKE2b-256 |
16e2da785146ff618bea5b208b8ab088c99badcbea77b895c26120af06bd6058
|
File details
Details for the file seleniumarotodriver-1.0.0-py3-none-any.whl.
File metadata
- Download URL: seleniumarotodriver-1.0.0-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9974ecbc3db21e37122ec886f2468970874115366b82de24b7118081c666260f
|
|
| MD5 |
d1f0f7a486136fd69d338fccecd1e3eb
|
|
| BLAKE2b-256 |
2890e483a1d6b89f4d0b712f75f6e283bc630248afafb896510aa29f3c9eec38
|