[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [PrivatePropertyDescriptor](./puppeteer.protocol.runtime.privatepropertydescriptor.md) > [value](./puppeteer.protocol.runtime.privatepropertydescriptor.value.md) ## Protocol.Runtime.PrivatePropertyDescriptor.value property The value associated with the private property. Signature: ```typescript value?: RemoteObject; ```