mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
992 B
992 B
Home > puppeteer > Protocol > DOM > GetSearchResultsRequest
Protocol.DOM.GetSearchResultsRequest interface
Signature:
export interface GetSearchResultsRequest
Properties
Property | Type | Description |
---|---|---|
fromIndex | integer | Start index of the search result to be returned. |
searchId | string | Unique search session identifier. |
toIndex | integer | End index of the search result to be returned. |