Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 469 Bytes

puppeteer.page.hover.md

File metadata and controls

22 lines (13 loc) · 469 Bytes

Home > puppeteer > Page > hover

Page.hover() method

Signature:

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

Parameters

Parameter Type Description
selector string

Returns:

Promise<void>