puppeteer/docs/api/puppeteer.browsercontextoptions.md

19 lines
947 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: BrowserContextOptions
---
# BrowserContextOptions interface
#### Signature:
2022-07-05 13:41:43 +00:00
```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>. | |