puppeteer/new-docs/puppeteer.protocol.network.requestwillbesentevent.hasusergesture.md
2020-07-13 14:01:35 +01:00

619 B

Home > puppeteer > Protocol > Network > RequestWillBeSentEvent > hasUserGesture

Protocol.Network.RequestWillBeSentEvent.hasUserGesture property

Whether the request is initiated by a user gesture. Defaults to false.

Signature:

hasUserGesture?: boolean;