# Cursor Movement

# Human-like Cursor movement

Camoufox has built-in support for human-like cursor movement. The natural motion algorithm was originally from rifosnake's HumanCursor, but has been rewritten in C++ and modified for more distance-aware trajectories.


# Properties

Property Type Description
humanize bool Enable/disable human-like cursor movement. Defaults to False.
humanize:maxTime double Maximum time in seconds for the cursor movement. Defaults to 1.5.
humanize:minTime double Minimum time in seconds for the cursor movement.
showcursor bool Toggles the cursor highlighter. Defaults to True.

# Demo

Here is a demo of the cursor highlighter. The testing page for this can be found here.