Skip to main content

Selenium shortcut functions

Project description

selenium-shortcuts

Shortcut functions for Python selenium

Installation: pip install selenium-shortcuts

Usage:

from selenium_shortcuts import setup_shortcuts

helper = setup_shortcuts(browser='uc') # Start a browser on port 9222 or reconnect to existing browser on port 9222 with undetected-chromedriver
driver, find, finds, click, text, send, get, check = helper.driver, helper.find, helper.finds, helper.click, helper.text, helper.send, helper.get, helper.check

info = text('#info')
print(info)

click('#submit')

info = find('#info')
print(info.text)
info.click()

items = finds('.items')
for item in items:
	print(item.text)

info, classes = find('#info', attribute='class')
print(classes)

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-shortcuts-4.4.tar.gz (3.3 kB view details)

Uploaded Source

File details

Details for the file selenium-shortcuts-4.4.tar.gz.

File metadata

  • Download URL: selenium-shortcuts-4.4.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for selenium-shortcuts-4.4.tar.gz
Algorithm Hash digest
SHA256 d7b7d8c3c76d53f823071adfaef71ebf31f25d1c227979378773bd88ebecf129
MD5 ce70cb26d22f393fb48e7790f067f4d1
BLAKE2b-256 b9944706b8b204c3c83f16676443e09859fd20228824a8467d88b02a518c869b

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