0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
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;