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

To include optional colored logging support, install with the [color] extra:

pip install selenium-web-automation-utils[color]

📖 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

Optional:

  • colorfulPyPrint (for colored logging)

📝 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.2.5.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

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

File details

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

File metadata

File hashes

Hashes for selenium_web_automation_utils-0.2.5.tar.gz
Algorithm Hash digest
SHA256 d119e53602bdadc87759d9eeb81d2f9e90828e18ba530c328532f5300645f3ab
MD5 1fe06efd13043626f0763a944008f64a
BLAKE2b-256 7669d67b6cb28fdb404641f8f45b91a3fe588c3d0b03a258d37672e708ff6233

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for selenium_web_automation_utils-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ff6995639ea6f0da86c408cc9623e4abca595545d1a59052968ce5342ffd51a7
MD5 acdac9d7eaa189ba7a50c9d89866c6dc
BLAKE2b-256 f5710b7e439d81a119ecd0e11f64191109cec916f2a8627cc3a372fd19b1d29a

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