[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [RequestWillBeSentEvent](./puppeteer.protocol.network.requestwillbesentevent.md) > [hasUserGesture](./puppeteer.protocol.network.requestwillbesentevent.hasusergesture.md) ## Protocol.Network.RequestWillBeSentEvent.hasUserGesture property Whether the request is initiated by a user gesture. Defaults to false. Signature: ```typescript hasUserGesture?: boolean; ```