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.7rc1.tar.gz
(10.7 kB
view details)
Built Distribution
File details
Details for the file selenium_toolkit-0.0.7rc1.tar.gz
.
File metadata
- Download URL: selenium_toolkit-0.0.7rc1.tar.gz
- Upload date:
- Size: 10.7 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 | 263faf09da5defd3cb8167191af8d61ef6cf2bccaf708b90ac942682286fc147 |
|
MD5 | 41f554373bd1c4fd362e90efd5500bab |
|
BLAKE2b-256 | 5e332e77bccf82ae67333714a022f6af3c11fe9b203a615ed8737391d0b30778 |
File details
Details for the file selenium_toolkit-0.0.7rc1-py3-none-any.whl
.
File metadata
- Download URL: selenium_toolkit-0.0.7rc1-py3-none-any.whl
- Upload date:
- Size: 11.7 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 | 052b1fdf26707b8d5030eff03b4331b18cc8eb8c8fb78ac6978c5fd8951020ff |
|
MD5 | e3798cb3530551c32d939de17ef38070 |
|
BLAKE2b-256 | 2f69604018f05872921ab09285e5f3915778469d5cc1a04a87a1f570289dc9c9 |