mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
@@ -45,4 +45,5 @@ JSHandle instances can be used as arguments for [Page.$eval()](./puppeteer.page.
|
||||
| [getProperty(propertyName)](./puppeteer.jshandle.getproperty.md) | | Fetches a single property from the referenced object. |
|
||||
| [getProperty(propertyName)](./puppeteer.jshandle.getproperty_1.md) | | |
|
||||
| [jsonValue()](./puppeteer.jshandle.jsonvalue.md) | | |
|
||||
| [remoteObject()](./puppeteer.jshandle.remoteobject.md) | | Provides access to \[Protocol.Runtime.RemoteObject\](https://chromedevtools.github.io/devtools-protocol/tot/Runtime/\#type-RemoteObject) backing this JSHandle. |
|
||||
| [toString()](./puppeteer.jshandle.tostring.md) | | Returns a string representation of the JSHandle. |
|
||||
|
||||
19
docs/api/puppeteer.jshandle.remoteobject.md
Normal file
19
docs/api/puppeteer.jshandle.remoteobject.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
sidebar_label: JSHandle.remoteObject
|
||||
---
|
||||
|
||||
# JSHandle.remoteObject() method
|
||||
|
||||
Provides access to \[Protocol.Runtime.RemoteObject\](https://chromedevtools.github.io/devtools-protocol/tot/Runtime/\#type-RemoteObject) backing this JSHandle.
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
class JSHandle {
|
||||
remoteObject(): Protocol.Runtime.RemoteObject;
|
||||
}
|
||||
```
|
||||
|
||||
**Returns:**
|
||||
|
||||
Protocol.Runtime.RemoteObject
|
||||
Reference in New Issue
Block a user