puppeteer/new-docs/puppeteer.protocol.debugger.setinstrumentationbreakpointrequest.instrumentation.md

14 lines
745 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [SetInstrumentationBreakpointRequest](./puppeteer.protocol.debugger.setinstrumentationbreakpointrequest.md) &gt; [instrumentation](./puppeteer.protocol.debugger.setinstrumentationbreakpointrequest.instrumentation.md)
## Protocol.Debugger.SetInstrumentationBreakpointRequest.instrumentation property
Instrumentation name. (SetInstrumentationBreakpointRequestInstrumentation enum)
<b>Signature:</b>
```typescript
instrumentation: ('beforeScriptExecution' | 'beforeScriptWithSourceMapExecution');
```