2022-07-07 13:04:28 +00:00
|
|
|
---
|
|
|
|
sidebar_label: JSHandle.remoteObject
|
|
|
|
---
|
|
|
|
|
|
|
|
# JSHandle.remoteObject() method
|
|
|
|
|
2023-02-09 17:04:06 +00:00
|
|
|
Provides access to the \[Protocol.Runtime.RemoteObject\](https://chromedevtools.github.io/devtools-protocol/tot/Runtime/\#type-RemoteObject)
|
2022-07-07 13:04:28 +00:00
|
|
|
|
2022-10-24 07:07:05 +00:00
|
|
|
#### Signature:
|
2022-07-07 13:04:28 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
class JSHandle {
|
|
|
|
remoteObject(): Protocol.Runtime.RemoteObject;
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
Protocol.Runtime.RemoteObject
|