Returns a ElementHandle
Stops referencing the element handle.
Gets the execution context.
Returns a map with property names as keys and JSHandle instances for the property values.
Fetches a single property from the objectHandle.
The property to get.
Returns a JSON representation of the object. The JSON is generated by running JSON.stringify on the object in page and consequent JSON.parse in puppeteer.
JSHandle represents an in-page JavaScript object.