puppeteer/docs/api/puppeteer.httpresponse.url.md
2022-07-01 11:52:39 +00:00

192 B

sidebar_label
HTTPResponse.url

HTTPResponse.url() method

Signature:

class HTTPResponse {
  url(): string;
}

Returns:

string

The URL of the response.