Back to Puppeteer

HTTPResponse.url() method

website/versioned_docs/version-24.40.0/api/puppeteer.httpresponse.url.md

19.2.2158 B
Original Source

HTTPResponse.url() method

The URL of the response.

Signature

typescript
class HTTPResponse {
  abstract url(): string;
}

Returns:

string