Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 415 Bytes

puppeteer.jshandle.getproperty_1.md

File metadata and controls

23 lines (16 loc) · 415 Bytes
sidebar_label
JSHandle.getProperty_1

JSHandle.getProperty() method

Signature:

class JSHandle {
  getProperty(propertyName: string): Promise<JSHandle<unknown>>;
}

Parameters

Parameter Type Description
propertyName string

Returns:

Promise<JSHandle<unknown>>