Features
randomizeClicksbehavior option — Added a new configurable option to toggle between random-point-in-element clicks and center-of-element clicks (off by default)- Cursor glide on all mouse movements — Cursor glide now applies to all mouse movements, including dead clicks and coordinate-based clicks, for more natural-looking automation
Performance
- Smoother cursor glide metrics — Tuned cursor glide parameters for smoother speed and step-size distributions, reducing unexpected jumps
- Memoize CaptureCard — Memoized CaptureCard component to prevent unnecessary re-renders in react-window lists
Refactors
- Simplified click retry logic — Streamlined click retry to a single attempt with a Playwright fallback, removing redundant retry loops
Full Changelog: v0.8.1...v0.8.2