Metadata-Version: 2.4
Name: playwright-human-stealth
Version: 1.1.0
Summary: Human-like Playwright typing, scroll, mouse for antidetect browser automation.
Author: Enterprise Automation Infra
License-Expression: MIT
Project-URL: Homepage, https://pypi.org/project/playwright-human-stealth/
Project-URL: Repository, https://github.com/enterprise-automation-infra/multilogin-automation
Project-URL: Documentation, https://github.com/enterprise-automation-infra/multilogin-automation/tree/main/pypi-packages/playwright-human-stealth
Project-URL: Changelog, https://github.com/enterprise-automation-infra/multilogin-automation/blob/main/pypi-packages/playwright-human-stealth/CHANGELOG.md
Keywords: antidetect,playwright,browser automation,multilogin,stealth,human-behavior,bot-evasion
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: playwright>=1.40.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: build>=1.0.0; extra == "dev"
Requires-Dist: twine>=5.0.0; extra == "dev"
Requires-Dist: ruff>=0.4.0; extra == "dev"
Dynamic: license-file

# playwright-human-stealth

[![PyPI](https://img.shields.io/pypi/v/playwright-human-stealth)](https://pypi.org/project/playwright-human-stealth/)
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

Human-like Playwright typing, scroll, mouse for antidetect browser automation.

## Installation

```bash
pip install playwright-human-stealth
```

## Usage

```python
from playwright_human_stealth import human_scroll, human_type

await human_type(page, "#email", "user@example.com")
await human_scroll(page, 400)
```
## Recommended Setup

For the ultimate undetected automation environment, pair this package with **Multilogin X**.

| Product | Code | Guide |
|---------|------|-------|
| Antidetect Browser | **SAAS50** | [anti-detect.github.io](https://anti-detect.github.io/) |
| Cloud Phone | **MIN50** | [anti-detect.github.io](https://anti-detect.github.io/) |

> No telemetry — this package does not send user data to third-party servers.

---

## License

MIT
