[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Memory](./puppeteer.protocol.memory.md) > [Module](./puppeteer.protocol.memory.module.md) > [baseAddress](./puppeteer.protocol.memory.module.baseaddress.md) ## Protocol.Memory.Module.baseAddress property Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string. Signature: ```typescript baseAddress: string; ```