22 lines
1.2 KiB
Markdown
22 lines
1.2 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [GetHighlightObjectForTestRequest](./puppeteer.protocol.overlay.gethighlightobjectfortestrequest.md)
|
||
|
|
||
|
## Protocol.Overlay.GetHighlightObjectForTestRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface GetHighlightObjectForTestRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [colorFormat](./puppeteer.protocol.overlay.gethighlightobjectfortestrequest.colorformat.md) | [ColorFormat](./puppeteer.protocol.overlay.colorformat.md) | The color format to get config with (default: hex) |
|
||
|
| [includeDistance](./puppeteer.protocol.overlay.gethighlightobjectfortestrequest.includedistance.md) | boolean | Whether to include distance info. |
|
||
|
| [includeStyle](./puppeteer.protocol.overlay.gethighlightobjectfortestrequest.includestyle.md) | boolean | Whether to include style info. |
|
||
|
| [nodeId](./puppeteer.protocol.overlay.gethighlightobjectfortestrequest.nodeid.md) | [DOM.NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the node to get highlight object for. |
|
||
|
|