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.12.tar.gz (12.6 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.12-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for selenium_web_automation_utils-0.3.12.tar.gz
Algorithm Hash digest
SHA256 9090f2fdecc32bb7759de43b57875a35714f157b95979b62f1946a3685b9dfb9
MD5 f49cf1b29e54f4339081a3c000ab9206
BLAKE2b-256 2c55ca80e61e5c6888d6bfbdd9e6ed5e152308f8cde7cba5b338cf4d0df81807

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for selenium_web_automation_utils-0.3.12-py3-none-any.whl
Algorithm Hash digest
SHA256 9c3c13c98db213d37c7b7ec7b90295fd89687d1963781ffac5af8041bc34a407
MD5 73b40cef063565c8d7aaae330e48ce52
BLAKE2b-256 6c6ae3478b0dc5b38515e934e7ac5a5ed0d558d3bcb65113a880d92f24682014

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