Input options for the ‘tap’ mutation (touch-based click).Documentation Index
Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Definition
Fields
force
Boolean
Whether to bypass normal actionability checks. Defaults to false.
modifiers
[ModifierKey]
Array of modifier keys (e.g., SHIFT) to simulate during the tap. Less common for touch.
position
PointOptions
Specific point, relative to the element’s top-left corner, to tap.
Example: { x: 10, y: 20 }