Skip to main content

A lightweight Selenium automation utility package.

Project description

Selenium Web Automation Utils

A lightweight Python utility package for web scraping and automation using Selenium.

🚀 Features

  • Reusable Selenium Utilities: Simplify automation tasks.
  • Web Scraping Helpers: Easily interact with web elements.
  • Task Automation: Automate logins, form submissions, and more.
  • Human-Like Interactions: Simulate realistic browsing behavior.

📦 Installation

Install the package using pip:

pip install selenium-web-automation-utils

📖 Usage Example

from selenium_web_automation_utils.selenium_utils import get_webdriver, find_element_wait

with get_webdriver() as driver:
    driver.get("https://example.com")
    element = find_element_wait(driver, "//h1")
    print(element.text)

🛠 Requirements

  • Python 3.7+
  • selenium
  • undetected-chormedriver
  • colorlog

📝 Contributing

  1. Fork the repo
  2. Create a branch
  3. Commit your changes
  4. Submit a PR

📜 License

MIT License

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_web_automation_utils-0.3.5.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

selenium_web_automation_utils-0.3.5-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

Details for the file selenium_web_automation_utils-0.3.5.tar.gz.

File metadata

File hashes

Hashes for selenium_web_automation_utils-0.3.5.tar.gz
Algorithm Hash digest
SHA256 9cd03c7251a157acdb17f04ca89a4e13f155668743f081616a206c4c6069348d
MD5 fd5ee132a852bee9aa0468c9d53bcb4a
BLAKE2b-256 908d3c95a3b6d0c335b2db8d94008d1ed1760d7dfd52c26a3120d15763f246db

See more details on using hashes here.

File details

Details for the file selenium_web_automation_utils-0.3.5-py3-none-any.whl.

File metadata

File hashes

Hashes for selenium_web_automation_utils-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 6b6b08bd749f6926f84a217ab7a9953581bf6f7741c63e66f6c35514f86b4b9f
MD5 0cb95276e0fc2e32b8d1d8ef71a6f08b
BLAKE2b-256 f1d478017bb0070521a0c6f7c6ab66caf9ce554eb1cc4d8caa78fc30c410d93a

See more details on using hashes here.

Supported by

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