16 lines
489 B
Markdown
16 lines
489 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ElementHandle](./puppeteer.elementhandle.md) > [\_getBoxModel](./puppeteer.elementhandle._getboxmodel.md)
|
||
|
|
||
|
## ElementHandle.\_getBoxModel() method
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
_getBoxModel(): Promise<void | Protocol.DOM.getBoxModelReturnValue>;
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
Promise<void \| Protocol.DOM.getBoxModelReturnValue>
|
||
|
|