timeoutinteger · requiredTimeout in milliseconds (1-30000). Required.
Wait for the UI to become idle by comparing accessibility tree fingerprints using similarity-based change detection. Generates a 256-slot histogram fingerprint of the tree structure and uses normalized difference to compute a similarity percentage. Considers UI idle when two consecutive snapshots (500ms apart) meet the `match_percentage` threshold.
timeoutinteger · requiredTimeout in milliseconds (1-30000). Required.
match_percentageinteger · default 100Similarity threshold percentage (0-100, default 100). 100 = exact match, lower values tolerate minor UI changes