https://github.com/basemax/hidden-selenium
A stealthy undetected browser automation tool using Selenium.
https://github.com/basemax/hidden-selenium
automation automation-test automation-testing automations browser chrome chromium pip py python python-selenium selenium selenium-python selenium-server selenium-webdriver web-automation web-automation-and-web-scraping web-automation-testing web-automation-tool web-automation-with-selenium
Last synced: 5 months ago
JSON representation
A stealthy undetected browser automation tool using Selenium.
- Host: GitHub
- URL: https://github.com/basemax/hidden-selenium
- Owner: BaseMax
- License: mit
- Created: 2025-07-29T21:40:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-07-30T07:31:03.000Z (5 months ago)
- Last Synced: 2025-07-30T08:29:36.033Z (5 months ago)
- Topics: automation, automation-test, automation-testing, automations, browser, chrome, chromium, pip, py, python, python-selenium, selenium, selenium-python, selenium-server, selenium-webdriver, web-automation, web-automation-and-web-scraping, web-automation-testing, web-automation-tool, web-automation-with-selenium
- Language: Python
- Homepage: https://pypi.org/project/hidden-selenium
- Size: 503 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `hidden_selenium` for Python
A stealthy undetected browser automation tool using Selenium.
### Installing
```bash
pip install hidden-selenium
```
### Using
```python
import time
from hidden_selenium import launch_browser
driver = launch_browser()
url = "https://www.browserscan.net"
driver.get(url)
time.sleep(100)
```
### Test
```bash
python test.py
```
Copyright 2025, Max Base