Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 473 Bytes

puppeteer.frame.hover.md

File metadata and controls

22 lines (13 loc) · 473 Bytes

Home > puppeteer > Frame > hover

Frame.hover() method

Signature:

hover(selector: string): Promise<void>;

Parameters

Parameter Type Description
selector string

Returns:

Promise<void>