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.7rc3.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file selenium_toolkit-0.0.7rc3.tar.gz
.
File metadata
- Download URL: selenium_toolkit-0.0.7rc3.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 | b028f70cdf83c628a0c51fb348dd8caac2d1b1f0cd8f2f0390110f23d218369f |
|
MD5 | dcd01ecdf30fcba993003c1e9dbe95fa |
|
BLAKE2b-256 | a747c885c6c6e89a2add11c54997641c3a652192b80fb602754867ef464f5caa |
File details
Details for the file selenium_toolkit-0.0.7rc3-py3-none-any.whl
.
File metadata
- Download URL: selenium_toolkit-0.0.7rc3-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 | 77bc4ccc86ad2d103f08d58757580e2e69ea95a5b5d63b252eee9a73d300c76e |
|
MD5 | 5665a4e033b2e0409a2a4d39e95cff80 |
|
BLAKE2b-256 | 64409125ee9b427166175e55fdf2d7d85b7d8d7e83ffe23542b1ffd44b64bcc1 |