{"id":25407685,"url":"https://github.com/aidens113/simpleseleniumwrapper","last_synced_at":"2026-04-30T13:34:22.786Z","repository":{"id":222638271,"uuid":"757754749","full_name":"aidens113/simpleSeleniumWrapper","owner":"aidens113","description":"An easy-to-use wrapper for Selenium in Python. This package is intended to make writing automation software in Python as painless as possible!","archived":false,"fork":false,"pushed_at":"2024-03-24T19:24:50.000Z","size":1934,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T11:55:23.044Z","etag":null,"topics":["automation","automation-framework","selenium","selenium-python","selenium-webdriver","undetected-chromedriver","webscraping"],"latest_commit_sha":null,"homepage":"https://tesseractcoder.gitbook.io/simple-selenium-wrapper-python/getting-started/readme","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aidens113.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-14T22:51:17.000Z","updated_at":"2025-02-15T01:27:30.000Z","dependencies_parsed_at":"2024-02-15T12:23:18.831Z","dependency_job_id":"e67dedb6-eb13-43f3-913b-e1308e3507c9","html_url":"https://github.com/aidens113/simpleSeleniumWrapper","commit_stats":null,"previous_names":["aidens113/simpleseleniumwrapper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidens113%2FsimpleSeleniumWrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidens113%2FsimpleSeleniumWrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidens113%2FsimpleSeleniumWrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidens113%2FsimpleSeleniumWrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aidens113","download_url":"https://codeload.github.com/aidens113/simpleSeleniumWrapper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710445,"owners_count":21149188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","automation-framework","selenium","selenium-python","selenium-webdriver","undetected-chromedriver","webscraping"],"created_at":"2025-02-16T07:17:56.309Z","updated_at":"2026-04-30T13:34:22.767Z","avatar_url":"https://github.com/aidens113.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Basics\n\n## About Simple Selenium\n\nSimple Selenium is a Python wrapper for Selenium that is intended to make browser automation as painless as possible.\n\n## Main Features\n\n* Automatically installs the correct/latest version of chromedriver/geckodriver for your OS \u0026 keeps it updated forever.\n* Using Chrome with Simple Selenium is almost completely undetectable by anti-bot services like CloudFlare. Simple Selenium automatically sets the best stealth chrome\\_options \u0026 patches chromedriver to run undetected while web scraping or running general automation tests.\n* Converts Selenium functions into easy-to-remember aliases with plenty of added functionality.\n* Incorporates classes like ActionChains \u0026 Alert directly into the Simple Selenium WebDriver class for maximum ease of access.\n* Adds multiple additional element location methods.\n* Built-in startup options for Chrome \u0026 FireFox (eg. headless, persistent profiles, etc).\n* Proxies are fully supported. Chrome in Simple Selenium supports both IP \u0026 username:password authentication, FireFox currently only supports IP authentication.\n\n## Early Development \u0026 Bug Reports\n\nThis module is still in alpha, so you may encounter bugs while using it. Please report any bugs to the GitHub repository: [https://github.com/aidens113/simpleSeleniumWrapper/issues](https://github.com/aidens113/simpleSeleniumWrapper/issues)\n\n**Simple Selenium wrapper is currently only compatible with Windows \u0026 Linux. Using this module on other operating systems may result in a substandard or error-prone experience**\n\n***\n\n## How To Install\n\nUsing PIP:\n\n```bash\npip install simpleseleniumwrapper\n```\n\n## Getting Started With Simple Selenium\n\nImporting Simple Selenium:\n\n```python\nfrom simpleseleniumwrapper import WebDriver as SimpleSelenium\n```\n\nInitiating the Simple Selenium WebDriver class:\n\n```python\ndriver=SimpleSelenium(\"chrome\") #No need to install chromedriver (it's done automatically by Simple Selenium)\n```\n\n🎉 Congratulations! You've successfully setup \u0026 run Simple Selenium wrapper for the first time.\n\n### Documentation\n\nYou can find the full documentation for Simple Selenium here: [https://tesseractcoder.gitbook.io/simple-selenium-wrapper-python](https://tesseractcoder.gitbook.io/simple-selenium-wrapper-python)\\\n\\\nGitHub repository link: [https://github.com/aidens113/simpleSeleniumWrapper/tree/main](https://github.com/aidens113/simpleSeleniumWrapper/tree/main)\u0026#x20;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidens113%2Fsimpleseleniumwrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faidens113%2Fsimpleseleniumwrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidens113%2Fsimpleseleniumwrapper/lists"}