mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: remove docusaurus metadata from README.md (#8624)
This commit is contained in:
@@ -1,23 +1,20 @@
|
||||
---
|
||||
sidebar_label: Page.mainFrame
|
||||
---
|
||||
|
||||
# Page.mainFrame() method
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
class Page {
|
||||
mainFrame(): Frame;
|
||||
}
|
||||
```
|
||||
|
||||
**Returns:**
|
||||
|
||||
[Frame](./puppeteer.frame.md)
|
||||
|
||||
The page's main frame.
|
||||
|
||||
## Remarks
|
||||
|
||||
Page is guaranteed to have a main frame which persists during navigations.
|
||||
---
|
||||
sidebar_label: Page.mainFrame
|
||||
---
|
||||
# Page.mainFrame() method
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
class Page {mainFrame(): Frame;}
|
||||
```
|
||||
**Returns:**
|
||||
|
||||
[Frame](./puppeteer.frame.md)
|
||||
|
||||
The page's main frame.
|
||||
|
||||
## Remarks
|
||||
|
||||
Page is guaranteed to have a main frame which persists during navigations.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user