puppeteer/docs/api/puppeteer.elementscreenshotoptions.md

58 lines
577 B
Markdown

---
sidebar_label: ElementScreenshotOptions
---
# ElementScreenshotOptions interface
#### Signature:
```typescript
export interface ElementScreenshotOptions extends ScreenshotOptions
```
**Extends:** [ScreenshotOptions](./puppeteer.screenshotoptions.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th><th>
Default
</th></tr></thead>
<tbody><tr><td>
<span id="scrollintoview">scrollIntoView</span>
</td><td>
`optional`
</td><td>
boolean
</td><td>
</td><td>
`true`
</td></tr>
</tbody></table>