ElementHandle.focus() method

Calls focus on the element.

Signature

class ElementHandle {
  focus(): Promise<void>;
}

Returns:

Promise<void>