simgadget
    Preparing search index...

    Class TapObstructedError

    The hit-test at the element's centre did not find it — covered, off screen, or scrolled out of view. obstruction is what the hit-test found instead, or null when nothing is there at all.

    Hierarchy (View Summary)

    Index
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number
    code: ErrorCode
    element: AXElement
    obstruction: AXElement | null
    point: { x: number; y: number }
    cause?: unknown
    name: string
    message: string
    stack?: string
    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void