selenium-web-automation-utils


Nameselenium-web-automation-utils JSON
Version 0.3.12 PyPI version JSON
download
home_pagehttps://github.com/roamingsaint/selenium-web-automation-utils
SummaryA lightweight Selenium automation utility package.
upload_time2025-08-10 18:40:30
maintainerNone
docs_urlNone
authorKanad Rishiraj (@RoamingSaint)
requires_python>=3.7
licenseMIT License Copyright (c) 2025 Kanad Rishiraj Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements colorlog pytest selenium undetected-chromedriver
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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:
```bash
pip install selenium-web-automation-utils
```

## 📖 Usage Example
```python
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


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/roamingsaint/selenium-web-automation-utils",
    "name": "selenium-web-automation-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Kanad Rishiraj (@RoamingSaint)",
    "author_email": "\"Kanad Rishiraj (RoamingSaint)\" <roamingsaint27@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/2c/55/ca80e61e5c6888d6bfbdd9e6ed5e152308f8cde7cba5b338cf4d0df81807/selenium_web_automation_utils-0.3.12.tar.gz",
    "platform": null,
    "description": "# Selenium Web Automation Utils\r\n\r\nA lightweight Python utility package for **web scraping and automation** using Selenium.\r\n\r\n## \ud83d\ude80 Features\r\n- **Reusable Selenium Utilities**: Simplify automation tasks.\r\n- **Web Scraping Helpers**: Easily interact with web elements.\r\n- **Task Automation**: Automate logins, form submissions, and more.\r\n- **Human-Like Interactions**: Simulate realistic browsing behavior.\r\n\r\n## \ud83d\udce6 Installation\r\nInstall the package using pip:\r\n```bash\r\npip install selenium-web-automation-utils\r\n```\r\n\r\n## \ud83d\udcd6 Usage Example\r\n```python\r\nfrom selenium_web_automation_utils.selenium_utils import get_webdriver, find_element_wait\r\n\r\nwith get_webdriver() as driver:\r\n    driver.get(\"https://example.com\")\r\n    element = find_element_wait(driver, \"//h1\")\r\n    print(element.text)\r\n```\r\n\r\n## \ud83d\udee0 Requirements\r\n- Python 3.7+\r\n- `selenium`\r\n- `undetected-chormedriver`\r\n- `colorlog`\r\n\r\n\r\n## \ud83d\udcdd Contributing\r\n1. Fork the repo\r\n2. Create a branch\r\n3. Commit your changes\r\n4. Submit a PR\r\n\r\n## \ud83d\udcdc License\r\nMIT License\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT License\r\n        \r\n        Copyright (c) 2025 Kanad Rishiraj\r\n        \r\n        Permission is hereby granted, free of charge, to any person obtaining a copy\r\n        of this software and associated documentation files (the \"Software\"), to deal\r\n        in the Software without restriction, including without limitation the rights\r\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\n        copies of the Software, and to permit persons to whom the Software is\r\n        furnished to do so, subject to the following conditions:\r\n        \r\n        The above copyright notice and this permission notice shall be included in all\r\n        copies or substantial portions of the Software.\r\n        \r\n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\n        SOFTWARE.\r\n        ",
    "summary": "A lightweight Selenium automation utility package.",
    "version": "0.3.12",
    "project_urls": {
        "Bug Tracker": "https://github.com/roamingsaint/selenium-web-automation-utils/issues",
        "Homepage": "https://github.com/roamingsaint/selenium-web-automation-utils",
        "Repository": "https://github.com/roamingsaint/selenium-web-automation-utils"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6c6ae3478b0dc5b38515e934e7ac5a5ed0d558d3bcb65113a880d92f24682014",
                "md5": "73b40cef063565c8d7aaae330e48ce52",
                "sha256": "9c3c13c98db213d37c7b7ec7b90295fd89687d1963781ffac5af8041bc34a407"
            },
            "downloads": -1,
            "filename": "selenium_web_automation_utils-0.3.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "73b40cef063565c8d7aaae330e48ce52",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 12550,
            "upload_time": "2025-08-10T18:40:30",
            "upload_time_iso_8601": "2025-08-10T18:40:30.021908Z",
            "url": "https://files.pythonhosted.org/packages/6c/6a/e3478b0dc5b38515e934e7ac5a5ed0d558d3bcb65113a880d92f24682014/selenium_web_automation_utils-0.3.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2c55ca80e61e5c6888d6bfbdd9e6ed5e152308f8cde7cba5b338cf4d0df81807",
                "md5": "f49cf1b29e54f4339081a3c000ab9206",
                "sha256": "9090f2fdecc32bb7759de43b57875a35714f157b95979b62f1946a3685b9dfb9"
            },
            "downloads": -1,
            "filename": "selenium_web_automation_utils-0.3.12.tar.gz",
            "has_sig": false,
            "md5_digest": "f49cf1b29e54f4339081a3c000ab9206",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 12604,
            "upload_time": "2025-08-10T18:40:30",
            "upload_time_iso_8601": "2025-08-10T18:40:30.767898Z",
            "url": "https://files.pythonhosted.org/packages/2c/55/ca80e61e5c6888d6bfbdd9e6ed5e152308f8cde7cba5b338cf4d0df81807/selenium_web_automation_utils-0.3.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-10 18:40:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "roamingsaint",
    "github_project": "selenium-web-automation-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "colorlog",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "selenium",
            "specs": []
        },
        {
            "name": "undetected-chromedriver",
            "specs": []
        }
    ],
    "lcname": "selenium-web-automation-utils"
}
        
Elapsed time: 1.16962s