v130.0.1-beta.10
daijro/camoufoxv130.0.1-beta.10Oct 3, 2024by github-actions[bot]
AI Summary
Adds human-like interaction features to mimic natural user behavior, including mouse movement and cursor visibility.
Key Highlights
- Added human-like mouse movement
- Added cursor highlighter
- Fallback to Playwright's setDefaultViewport if window properties are unset
New Features
- humanize property to enable cursor movement
- humanize:maxTime property for movement duration
- showcursor property for cursor highlighting
Full Release Notes
**Full Changelog**: https://github.com/daijro/camoufox/compare/v130.0.1-beta.9...v130.0.1-beta.10 --- Keep in mind that Camoufox is in active development and not production ready. If you experience any issues, please report them [here](https://github.com/daijro/camoufox/issues). --- ### Changes: - Added human-like mouse movement - Added cursor highlighter - Fall back to Playwright's setDefaultViewport if Camoufox window properties weren't set **New properties:** | Property | Description | | ---------------- |------------------------------------------------------------------- | | humanize | Enable/disable human-like cursor movement. Defaults to False. | | humanize:maxTime | Maximum time in seconds for the cursor movement. Defaults to `1.5`. | | showcursor | Toggles the cursor highlighter. Defaults to True. |