puppeteer/docs/api/puppeteer.httprequest.url.md

20 lines
188 B
Markdown

---
sidebar_label: HTTPRequest.url
---
# HTTPRequest.url() method
The URL of the request
#### Signature:
```typescript
class HTTPRequest {
url(): string;
}
```
**Returns:**
string