AboutSupportDeveloper GuideVersion 38.126.82.64
interface FindInPageResult {
    activeMatchOrdinal: number;
    finalUpdate: boolean;
    matches: number;
    requestId: number;
    selectionArea: Rectangle;
}

Properties

activeMatchOrdinal: number

Position of the active match.

finalUpdate: boolean
matches: number

Number of Matches.

requestId: number
selectionArea: Rectangle

Coordinates of first match region.