mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
466 B
466 B
Home > puppeteer > ElementHandle > focus
ElementHandle.focus() method
Calls focus on the element.
Signature:
focus(): Promise<void>;
Returns:
Promise<void>