puppeteer/docs/api/puppeteer.httpresponse.url.md
2022-07-05 15:41:43 +02:00

192 B

sidebar_label
HTTPResponse.url

HTTPResponse.url() method

Signature:

class HTTPResponse {
  url(): string;
}

Returns:

string

The URL of the response.