puppeteer/website/versioned_docs/version-19.8.5/api/puppeteer.browsercontextoptions.md
release-please[bot] 823a9df442
chore: release main (#9991)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-04-06 17:11:16 +00:00

21 lines
972 B
Markdown

---
sidebar_label: BrowserContextOptions
---
# BrowserContextOptions interface
BrowserContext options.
#### Signature:
```typescript
export interface BrowserContextOptions
```
## Properties
| Property | Modifiers | Type | Description | Default |
| --------------- | --------------------- | ---------- | ---------------------------------------------------------------------------------------------------------------------------- | ------- |
| proxyBypassList | <code>optional</code> | string\[\] | Bypass the proxy for the given list of hosts. | |
| proxyServer | <code>optional</code> | string | Proxy server with optional port to use for all requests. Username and password can be set in <code>Page.authenticate</code>. | |