Back to Puppeteer

HTTPResponse.url() method

docs/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