puppeteer/new-docs/puppeteer.protocol.dom.getsearchresultsrequest.md
2020-07-13 14:01:35 +01:00

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.