puppeteer/docs/api/puppeteer.httpresponse.url.md

193 B

sidebar_label
HTTPResponse.url

HTTPResponse.url() method

The URL of the response.

Signature:

class HTTPResponse {
  url(): string;
}

Returns:

string