Files
puppeteer/docs/api/puppeteer.httpresponse.url.md
2023-03-30 11:54:00 +00:00

193 B

sidebar_label
sidebar_label
HTTPResponse.url

HTTPResponse.url() method

The URL of the response.

Signature:

class HTTPResponse {
  url(): string;
}

Returns:

string