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.4.tar.gz
(38.1 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.4.tar.gz.
File metadata
- Download URL: humandriver-1.0.4.tar.gz
- Upload date:
- Size: 38.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ffecdf604c466755356785a946c70684024273dc1d208fc1afc0de49bf4e84c
|
|
| MD5 |
8c3463028c2cd19c4bec56552386591f
|
|
| BLAKE2b-256 |
f1ef9f939652e058a94f13e17974861d92d5c4a7427e48dbbfc79b28faafde45
|
File details
Details for the file humandriver-1.0.4-py3-none-any.whl.
File metadata
- Download URL: humandriver-1.0.4-py3-none-any.whl
- Upload date:
- Size: 53.8 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 |
ecd38e284847d78f700448599ccf0a7af23945c28cf0a2a832f93df890ac1c4f
|
|
| MD5 |
d3699844299fba77aa300047396405aa
|
|
| BLAKE2b-256 |
084328a7533b513d4531a942a2e81e4968d38859ef61217c195efb1d39285d89
|