puppeteer/docs/api/puppeteer.elementhandle.focus.md

17 lines
305 B
Markdown
Raw Normal View History

---
sidebar_label: ElementHandle.focus
---
# ElementHandle.focus() method
Calls [focus](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/focus) on the element.
**Signature:**
```typescript
class ElementHandle {focus(): Promise<void>;}
```
**Returns:**
Promise&lt;void&gt;