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.5.tar.gz
(38.2 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.5.tar.gz.
File metadata
- Download URL: humandriver-1.0.5.tar.gz
- Upload date:
- Size: 38.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b115c1f8c51653a39e3196b26532838510d775fe8a39fa2f42fcc0e513d3dd1a
|
|
| MD5 |
1a22d316ef78e92795f035cbeaaba72e
|
|
| BLAKE2b-256 |
0db12674f7613dfe05b918afef5ab735f20168b28964e5990e7349d25021d271
|
File details
Details for the file humandriver-1.0.5-py3-none-any.whl.
File metadata
- Download URL: humandriver-1.0.5-py3-none-any.whl
- Upload date:
- Size: 54.1 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 |
1f862581a94d3c2ae8101588264a93ef170f2f7acc26d9c5b58200579bf3b83c
|
|
| MD5 |
22aea738f0d48322f74e23412c30e010
|
|
| BLAKE2b-256 |
b8a9182de5f9340325c9d372a3d4fa66bb9c622a540cb00a2f3a2656b6f7951b
|