Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 564 Bytes

puppeteer.page.exposefunction.md

File metadata and controls

23 lines (14 loc) · 564 Bytes

Home > puppeteer > Page > exposeFunction

Page.exposeFunction() method

Signature:

exposeFunction(name: string, puppeteerFunction: Function): Promise<void>;

Parameters

Parameter Type Description
name string
puppeteerFunction Function

Returns:

Promise<void>