puppeteer/docs/api/puppeteer.httpresponse.url.md
2023-11-06 10:15:09 +01:00

202 B

sidebar_label
HTTPResponse.url

HTTPResponse.url() method

The URL of the response.

Signature:

class HTTPResponse {
  abstract url(): string;
}

Returns:

string