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.6.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file selenium-toolkit-0.0.6.tar.gz
.
File metadata
- Download URL: selenium-toolkit-0.0.6.tar.gz
- Upload date:
- Size: 10.8 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 | fb161f165c2e1a5a4fc9fdf1e27a948bf70b25f0a1b4e84cbbf69244106bf0ee |
|
MD5 | ebd6d6da922c782cf9b649a60bc6ca64 |
|
BLAKE2b-256 | 24ebc144333c2d991831b1f5370c4ca8716ee39b78562d565852f1864c0cf6fe |
File details
Details for the file selenium_toolkit-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: selenium_toolkit-0.0.6-py3-none-any.whl
- Upload date:
- Size: 11.6 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 | 7d9848badf1b250dd0b05d6c0421c6424b219a8626a98b1fa17f8d15fdcd0fda |
|
MD5 | 83d04e5608a7da8fcff82e60eed369ad |
|
BLAKE2b-256 | 884becb2f3ae3f7436a67b429abc8bfd407c1fe4c1abcc71d3c03575568e4585 |