Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 754 Bytes

puppeteer.frame.evaluatehandle.md

File metadata and controls

23 lines (14 loc) · 754 Bytes

Home > puppeteer > Frame > evaluateHandle

Frame.evaluateHandle() method

Signature:

evaluateHandle<HandlerType extends JSHandle = JSHandle>(pageFunction: EvaluateHandleFn, ...args: SerializableOrJSHandle[]): Promise<HandlerType>;

Parameters

Parameter Type Description
pageFunction EvaluateHandleFn
args SerializableOrJSHandle[]

Returns:

Promise<HandlerType>