An open API service indexing awesome lists of open source software.

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.

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