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