Member Junction
    Preparing search index...

    Result of BaseBrowserAdapter.QueryElement — a non-throwing snapshot of a single element's existence, visibility, text, and geometry.

    Designed so callers never have to handle a "not found" exception: a missing element simply yields { Exists: false, Visible: false, Text: '' }.

    Index

    Constructors

    Properties

    Constructors

    Properties

    BoundingBox?: BoundingBox

    The matched element's bounding box, when one is available.

    Exists: boolean = false

    True when at least one element matches the queried selector.

    Text: string = ''

    The matched element's inner text (empty when missing/unreadable).

    Visible: boolean = false

    True when the matched element is currently visible.