19 lines
695 B
Markdown
19 lines
695 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetSearchResultsResponse](./puppeteer.protocol.dom.getsearchresultsresponse.md)
|
|
|
|
## Protocol.DOM.GetSearchResultsResponse interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface GetSearchResultsResponse
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [nodeIds](./puppeteer.protocol.dom.getsearchresultsresponse.nodeids.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md)<!-- -->\[\] | Ids of the search result nodes. |
|
|
|