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+
seleniumundetected-chormedrivercolorlog
📝 Contributing
- Fork the repo
- Create a branch
- Commit your changes
- Submit a PR
📜 License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file selenium_web_automation_utils-0.3.6.tar.gz.
File metadata
- Download URL: selenium_web_automation_utils-0.3.6.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
532ed7eae4c80a88b4501cb15de33916757b5c080f945860c0bd1d810878ce17
|
|
| MD5 |
4ad3c4fb57e301c6d519ef919b3a66be
|
|
| BLAKE2b-256 |
8951428ebd1e39615671d379275aacebba077821a383894d1cde3b86a125e556
|
File details
Details for the file selenium_web_automation_utils-0.3.6-py3-none-any.whl.
File metadata
- Download URL: selenium_web_automation_utils-0.3.6-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfbabfdf4a5235d446780121e6d1e891758483c429fb043221a839481368dc22
|
|
| MD5 |
2f7b24b718f0b85335f85f4cd32e975c
|
|
| BLAKE2b-256 |
521a8b3ef15253deaef1b732aed1e866135595b76c1cf8b3240f8a12b5fc8da0
|