Performs a touch action at a specific point on the screen. This is a low-level touch event. For interacting with elements, preferDocumentation Index
Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
Use this file to discover all available pages before exploring further.
tap.
Example: touch(target: { x: 100, y: 200 })
Returns true if the touch action was successful.
Definition
Arguments
target
PointOptions!
The target coordinates (x, y) for the touch action.
Returns
Boolean! TheBoolean scalar type represents true or false.