Human-like mouse and keyboard automation for zendriver
Project description
A Python library for human-like mouse and keyboard automation, designed to work with zendriver.
Features
- Human-like Mouse Movement: Uses WindMouse algorithms, and physiological jitter to simulate realistic cursor movement.
- Human-like Typing: Simulates typing speeds, typos, corrections, and thinking pauses.
- Visual Debugging: Generate heatmaps or trajectory JPEGs of mouse movements.
Installation
pip install humandriver
Usage
from humandriver import move_to_element, type_in_element
# Example usage with zendriver page object
await move_to_element(page, selector, click=True)
await type_in_element(page, "Hello World")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
humandriver-1.0.3.tar.gz
(38.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file humandriver-1.0.3.tar.gz.
File metadata
- Download URL: humandriver-1.0.3.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f81622c09c0b7d86ac8b8e42115a928f2d9e64efd91e7ce3c3e72f4dfdf552e
|
|
| MD5 |
637ddc218f8ca519768edd20f398889f
|
|
| BLAKE2b-256 |
43782a049f07e87602cfbae4ea3a3a622403520ad5e6c95c58349bd413aedd66
|
File details
Details for the file humandriver-1.0.3-py3-none-any.whl.
File metadata
- Download URL: humandriver-1.0.3-py3-none-any.whl
- Upload date:
- Size: 53.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
599f0fddea2cd74624069329c8a23c2b92874057840311e7d7aad418f1e4197b
|
|
| MD5 |
ee209c70411caf4c1227d0cd638c21b4
|
|
| BLAKE2b-256 |
81edd7d42c5b696423a024659c65ed80fd6a7e30c556a04b4f7783caf4b93b73
|