12 lines
497 B
Markdown
12 lines
497 B
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) > [InspectMode](./puppeteer.protocol.overlay.inspectmode.md)
|
|
|
|
## Protocol.Overlay.InspectMode type
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export type InspectMode = ('searchForNode' | 'searchForUAShadowDOM' | 'captureAreaScreenshot' | 'showDistances' | 'none');
|
|
```
|