24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [HeadlessExperimental](./puppeteer.protocol.headlessexperimental.md)
|
||
|
|
||
|
## Protocol.HeadlessExperimental namespace
|
||
|
|
||
|
This domain provides experimental commands only supported in headless mode.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export namespace HeadlessExperimental
|
||
|
```
|
||
|
|
||
|
## Interfaces
|
||
|
|
||
|
| Interface | Description |
|
||
|
| --- | --- |
|
||
|
| [BeginFrameRequest](./puppeteer.protocol.headlessexperimental.beginframerequest.md) | |
|
||
|
| [BeginFrameResponse](./puppeteer.protocol.headlessexperimental.beginframeresponse.md) | |
|
||
|
| [NeedsBeginFramesChangedEvent](./puppeteer.protocol.headlessexperimental.needsbeginframeschangedevent.md) | Issued when the target starts or stops needing BeginFrames. Deprecated. Issue beginFrame unconditionally instead and use result from beginFrame to detect whether the frames were suppressed. |
|
||
|
| [ScreenshotParams](./puppeteer.protocol.headlessexperimental.screenshotparams.md) | Encoding options for a screenshot. |
|
||
|
|