[Home](./index.md) > [puppeteer](./puppeteer.md) > [LaunchOptions](./puppeteer.launchoptions.md) > [env](./puppeteer.launchoptions.env.md)
## LaunchOptions.env property
Specify environment variables that will be visible to the browser.
Signature:
```typescript
env?: Record;
```