Skip to main content

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


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.5.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

selenium_toolkit-0.0.5-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file selenium-toolkit-0.0.5.tar.gz.

File metadata

  • Download URL: selenium-toolkit-0.0.5.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

Hashes for selenium-toolkit-0.0.5.tar.gz
Algorithm Hash digest
SHA256 60f228c71a033d835def7474bb5e7c1d8ad27968d852be4857e62d633120ed67
MD5 2667069c362198bb5548157fc38b5c44
BLAKE2b-256 91718d25051a6792943f62ea68a75b9442dc040dcd40f2a6b19e2119fd501388

See more details on using hashes here.

File details

Details for the file selenium_toolkit-0.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for selenium_toolkit-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 4f6bd0aa023fb3070b5602dd06ed40e33878e6a1148cb52b0b9dc50ee96f0e39
MD5 a6a2bcd2efd0de509a84a045ee33f31b
BLAKE2b-256 b3345d8598f8f916503d2986e26edcc7533ec929bda08733dbf5f202b8b03bfb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page