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

16 lines
382 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; [focus](./puppeteer.elementhandle.focus.md)
## ElementHandle.focus() method
<b>Signature:</b>
```typescript
focus(): Promise<void>;
```
<b>Returns:</b>
Promise&lt;void&gt;