puppeteer/website/versioned_docs/version-19.0.0/api/puppeteer.frame.title.md

20 lines
195 B
Markdown
Raw Normal View History

---
sidebar_label: Frame.title
---
# Frame.title() method
**Signature:**
```typescript
class Frame {
title(): Promise<string>;
}
```
**Returns:**
Promise&lt;string&gt;
the frame's title.