2022-07-05 12:42:31 +00:00
|
|
|
---
|
|
|
|
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<void>
|
|
|
|
|