Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    BoundingBox?: BoundingBox

    Optional bounding box for more precise targeting

    Button: "left" | "right" | "middle" = 'left'

    Mouse button to use

    ClickCount: number = 1

    Number of clicks (1 = single, 2 = double)

    Modifiers?: KeyModifier[]

    Optional keyboard modifiers held during the click (e.g. ['Shift'] for shift-click text selection, ['ControlOrMeta'] for open-in-new-tab). Empty / omitted means no modifiers — the existing plain-click behavior. Honored on BOTH the selector and coordinate click paths.

    Selector?: string

    Optional CSS selector identifying the target. When set, the adapter clicks the matched element (robust DOM targeting) and X/Y/BoundingBox are ignored; when omitted, the existing coordinate click is used.

    Type: "Click" = ...
    X: number = 0

    X coordinate in viewport pixels

    Y: number = 0

    Y coordinate in viewport pixels