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