[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) ## Protocol.Runtime.RemoteObjectId type Unique object identifier. Signature: ```typescript export type RemoteObjectId = string; ```