chrome_tap
Dispatch real touchstart/touchend tap events through Chrome's input layer for sites that require TouchEvent support.
Instructions
Dispatch a real touchstart/touchend tap through Chrome's input layer. Use for sites that gate on TouchEvent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| uid | No | ||
| selector | No | ||
| targetId | No | Chrome tab id to target. | |
| background | No | If true, avoid explicit Chrome focus/tab activation (default). Pass false to allow foreground work. | |
| urlIncludes | No | Match the target tab by URL substring. | |
| titleIncludes | No | Match the target tab by title substring. |