<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Memory](./puppeteer.protocol.memory.md) &gt; [Module](./puppeteer.protocol.memory.module.md) &gt; [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.

<b>Signature:</b>

```typescript
baseAddress: string;
```