Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 631 Bytes

puppeteer.frame.evaluatehandle.md

File metadata and controls

23 lines (14 loc) · 631 Bytes

Home > puppeteer > Frame > evaluateHandle

Frame.evaluateHandle() method

Signature:

evaluateHandle(pageFunction: Function | string, ...args: unknown[]): Promise<JSHandle>;

Parameters

Parameter Type Description
pageFunction Function | string
args unknown[]

Returns:

Promise<JSHandle>