Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 479 Bytes

puppeteer.jshandle.getproperty_1.md

File metadata and controls

44 lines (27 loc) · 479 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>>