Back to Puppeteer

HTTPRequest.url() method

docs/api/puppeteer.httprequest.url.md

19.2.2154 B
Original Source

HTTPRequest.url() method

The URL of the request

Signature

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

Returns:

string