puppeteer/docs/api/puppeteer.httprequest.url.md
2023-11-06 10:15:09 +01:00

20 lines
197 B
Markdown

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