JSHandleJSHandle.getPropertyVersion: 21.8.0On this pageJSHandle.getProperty() method Fetches a single property from the referenced object. Signature: class JSHandle { getProperty<K extends keyof T>( propertyName: HandleOr<K> ): Promise<HandleFor<T[K]>>;} Parameters ParameterTypeDescriptionpropertyNameHandleOr<K> Returns: Promise<HandleFor<T[K]>>