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

676 B

Home > puppeteer > Protocol > Network > ContinueInterceptedRequestRequest > url

Protocol.Network.ContinueInterceptedRequestRequest.url property

If set the request url will be modified in a way that's not observable by page. Must not be set in response to an authChallenge.

Signature:

url?: string;