[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [WebSocketWillSendHandshakeRequestEvent](./puppeteer.protocol.network.websocketwillsendhandshakerequestevent.md) ## Protocol.Network.WebSocketWillSendHandshakeRequestEvent interface Fired when WebSocket is about to initiate handshake. Signature: ```typescript export interface WebSocketWillSendHandshakeRequestEvent ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [request](./puppeteer.protocol.network.websocketwillsendhandshakerequestevent.request.md) | [WebSocketRequest](./puppeteer.protocol.network.websocketrequest.md) | WebSocket request data. | | [requestId](./puppeteer.protocol.network.websocketwillsendhandshakerequestevent.requestid.md) | [RequestId](./puppeteer.protocol.network.requestid.md) | Request identifier. | | [timestamp](./puppeteer.protocol.network.websocketwillsendhandshakerequestevent.timestamp.md) | [MonotonicTime](./puppeteer.protocol.network.monotonictime.md) | Timestamp. | | [wallTime](./puppeteer.protocol.network.websocketwillsendhandshakerequestevent.walltime.md) | [TimeSinceEpoch](./puppeteer.protocol.network.timesinceepoch.md) | UTC Timestamp. |