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

Uploaded Source

Built Distribution

selenium_toolkit-0.0.3-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: selenium-toolkit-0.0.3.tar.gz
  • Upload date:
  • Size: 10.4 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.3.tar.gz
Algorithm Hash digest
SHA256 9189aff15007c1332c20e2a94030f4003a0a40ceac1621905f484f24aa5401a5
MD5 b8893e49365cd405dfd32fc996f25430
BLAKE2b-256 f28695f0a0e98bc9a54985a97cd8f14a1122406aafe0e941bf4c268e41a2fcfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for selenium_toolkit-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 23d29adbf90309dbb2470f407a7dddfbb3d038b39e68989ab9e432fdcf01a077
MD5 833c7cc5901c03a83c2c56f7db06d1e0
BLAKE2b-256 b5a896cdcc83d5cfe752ad79d5e159c6460f2b3a803bbe8d86efff747dd26405

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