[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [SetWebLifecycleStateRequest](./puppeteer.protocol.page.setweblifecyclestaterequest.md) ## Protocol.Page.SetWebLifecycleStateRequest interface Signature: ```typescript export interface SetWebLifecycleStateRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [state](./puppeteer.protocol.page.setweblifecyclestaterequest.state.md) | ('frozen' \| 'active') | Target lifecycle state |