puppeteer/new-docs/puppeteer.protocol.page.setweblifecyclestaterequest.md
2020-07-13 14:01:35 +01:00

19 lines
668 B
Markdown

<!-- 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; [Page](./puppeteer.protocol.page.md) &gt; [SetWebLifecycleStateRequest](./puppeteer.protocol.page.setweblifecyclestaterequest.md)
## Protocol.Page.SetWebLifecycleStateRequest interface
<b>Signature:</b>
```typescript
export interface SetWebLifecycleStateRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [state](./puppeteer.protocol.page.setweblifecyclestaterequest.state.md) | ('frozen' \| 'active') | Target lifecycle state |