puppeteer/new-docs/puppeteer.protocol.page.setweblifecyclestaterequest.state.md

14 lines
593 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; [Page](./puppeteer.protocol.page.md) &gt; [SetWebLifecycleStateRequest](./puppeteer.protocol.page.setweblifecyclestaterequest.md) &gt; [state](./puppeteer.protocol.page.setweblifecyclestaterequest.state.md)
## Protocol.Page.SetWebLifecycleStateRequest.state property
Target lifecycle state (SetWebLifecycleStateRequestState enum)
<b>Signature:</b>
```typescript
state: ('frozen' | 'active');
```