14 lines
157 B
Markdown
14 lines
157 B
Markdown
---
|
|
sidebar_label: ElementHandle.frame
|
|
---
|
|
|
|
# ElementHandle.frame property
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
class ElementHandle {
|
|
get frame(): Frame;
|
|
}
|
|
```
|