puppeteer/new-docs/puppeteer.elementhandle._scrollintoviewifneeded.md

16 lines
456 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [ElementHandle](./puppeteer.elementhandle.md) &gt; [\_scrollIntoViewIfNeeded](./puppeteer.elementhandle._scrollintoviewifneeded.md)
## ElementHandle.\_scrollIntoViewIfNeeded() method
<b>Signature:</b>
```typescript
_scrollIntoViewIfNeeded(): Promise<void>;
```
<b>Returns:</b>
Promise&lt;void&gt;