Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Runs the highest-priority available source. Call it inside a user gesture.
captureTap(options?: CaptureTapOptions): Promise<TapResult | null>
const tap = await endstate.captureTap(); if (tap) await endstate.verify(tap);