2023-09-22 12:08:46 +00:00
|
|
|
---
|
|
|
|
sidebar_label: ElementScreenshotOptions
|
|
|
|
---
|
|
|
|
|
|
|
|
# ElementScreenshotOptions interface
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface ElementScreenshotOptions extends ScreenshotOptions
|
|
|
|
```
|
|
|
|
|
|
|
|
**Extends:** [ScreenshotOptions](./puppeteer.screenshotoptions.md)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2024-03-25 13:03:57 +00:00
|
|
|
<table><thead><tr><th>
|
|
|
|
|
|
|
|
Property
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Modifiers
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Type
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Description
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Default
|
|
|
|
|
|
|
|
</th></tr></thead>
|
|
|
|
<tbody><tr><td>
|
|
|
|
|
2024-04-11 16:51:07 +00:00
|
|
|
<span id="scrollintoview">scrollIntoView</span>
|
2024-03-25 13:03:57 +00:00
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
`optional`
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
boolean
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
`true`
|
|
|
|
|
|
|
|
</td></tr>
|
|
|
|
</tbody></table>
|