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.7rc2.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file selenium_toolkit-0.0.7rc2.tar.gz
.
File metadata
- Download URL: selenium_toolkit-0.0.7rc2.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-38-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d88b8d13878212a5ce9da7514a0d4a58f56008ef7982510abe9c45adb1548e2 |
|
MD5 | 4848fafb23165c861aecd8682c87a687 |
|
BLAKE2b-256 | f595d8073cb3dcc8e0b2b9b1dfa0323bc98b9baca8399479e94089855ea8c025 |
File details
Details for the file selenium_toolkit-0.0.7rc2-py3-none-any.whl
.
File metadata
- Download URL: selenium_toolkit-0.0.7rc2-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-38-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c25e333088b5043ff382c0276dd02de13a2117d4cd1ee40e57960d6d3bb6985d |
|
MD5 | 022e245b98e82d9159767fadbbddc1f5 |
|
BLAKE2b-256 | 949f07ccfed6578d4f8f99942461e43522c0bbc5509effd3ec1a3f92ec1f0f0b |