Show ClickOptions properties
Natural language description of the element to click. Used for AI-powered element resolution when element or selector are not provided.
Counter number from snapshot HTML to identify the exact element.
CSS selector to identify the element.
button
'left' | 'right' | 'middle'
default:"'left'"
Which mouse button to use for the click.
Number of times to click (e.g., 2 for double-click).
modifiers
Array<'Alt' | 'Control' | 'Meta' | 'Shift'>
Modifier keys to hold during the click.
wait
false | ActionWaitOptions
Post-action wait configuration. Set to false to disable waiting, or provide options to customize wait behavior.