Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.66 KB

puppeteer.jshandle.md

File metadata and controls

41 lines (30 loc) · 1.66 KB

Home > puppeteer > JSHandle

JSHandle class

Signature:

export declare class JSHandle 

Constructors

Constructor Modifiers Description
(constructor)(context, client, remoteObject) Constructs a new instance of the JSHandle class

Properties

Property Modifiers Type Description
_client CDPSession
_context ExecutionContext
_disposed boolean
_remoteObject Protocol.Runtime.RemoteObject

Methods

Method Modifiers Description
asElement()
dispose()
evaluate(pageFunction, args)
evaluateHandle(pageFunction, args)
executionContext()
getProperties()
getProperty(propertyName)
jsonValue()
toString()