mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
18 lines
210 B
Markdown
18 lines
210 B
Markdown
---
|
|
sidebar_label: InstalledBrowser.readMetadata
|
|
---
|
|
|
|
# InstalledBrowser.readMetadata() method
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
class InstalledBrowser {
|
|
readMetadata(): Metadata;
|
|
}
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
Metadata
|