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