puppeteer/new-docs/puppeteer.protocol.target.createtargetrequest.enablebeginframecontrol.md

14 lines
705 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; [Target](./puppeteer.protocol.target.md) &gt; [CreateTargetRequest](./puppeteer.protocol.target.createtargetrequest.md) &gt; [enableBeginFrameControl](./puppeteer.protocol.target.createtargetrequest.enablebeginframecontrol.md)
## Protocol.Target.CreateTargetRequest.enableBeginFrameControl property
Whether BeginFrames for this target will be controlled via DevTools (headless chrome only, not supported on MacOS yet, false by default).
<b>Signature:</b>
```typescript
enableBeginFrameControl?: boolean;
```