[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetSearchResultsRequest](./puppeteer.protocol.dom.getsearchresultsrequest.md) > [fromIndex](./puppeteer.protocol.dom.getsearchresultsrequest.fromindex.md) ## Protocol.DOM.GetSearchResultsRequest.fromIndex property Start index of the search result to be returned. Signature: ```typescript fromIndex: integer; ```