this is not a awesome description
Project description
selenium-toolkit
This library provides an easier way to use and interact with selenium driver.
Features that currently selenium-toolkit can offer:
- ✅️ More legible selenium code
- ✅️ Abstractions of selenium methods
- ✅️ Helpful tools to use when interacting with browsers
Install
pip install selenium-toolkit
Basic
from selenium.webdriver import Chrome
from selenium_toolkit import SeleniumToolKit
# Create chomedriver instance
driver = Chrome()
# Pass driver to SeleniumToolKit
selenium_kit = SeleniumToolKit(driver=driver)
# Use SeleniumToolKit to find a web element
web_element = selenium_kit.query_selector('.class1')
# With returned web_element use click() method
web_element.click()
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
selenium-toolkit-0.0.4.tar.gz
(10.5 kB
view details)
Built Distribution
File details
Details for the file selenium-toolkit-0.0.4.tar.gz
.
File metadata
- Download URL: selenium-toolkit-0.0.4.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.6 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 360de7e2d072484b4bb74eba250a97aff0faf7c5f4caa27ccfc9c9840093e10a |
|
MD5 | 496f178b45f6e6d1f439f5edef0ab745 |
|
BLAKE2b-256 | 3c90fad5780d6cd8ab2f6ab37ce242f55fe2d6867d58a5a458d101175ef9d34a |
File details
Details for the file selenium_toolkit-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: selenium_toolkit-0.0.4-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.6 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf990e2c3708a0b55fbe5a1f36d7ccce7734189fbbe12bf4fc0b81abbfc24579 |
|
MD5 | e5257e444ae0a48cadabc8b9b649562c |
|
BLAKE2b-256 | 2b42b38d3a41ac8b4d05eda7e2f697b6d8fae9529cd3a681227c3839665386d4 |