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