19 lines
767 B
Markdown
19 lines
767 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Target](./puppeteer.protocol.target.md) > [CreateBrowserContextResponse](./puppeteer.protocol.target.createbrowsercontextresponse.md)
|
||
|
|
||
|
## Protocol.Target.CreateBrowserContextResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface CreateBrowserContextResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [browserContextId](./puppeteer.protocol.target.createbrowsercontextresponse.browsercontextid.md) | [Browser.BrowserContextID](./puppeteer.protocol.browser.browsercontextid.md) | The id of the context created. |
|
||
|
|