14 lines
599 B
Markdown
14 lines
599 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) > [CreateTargetRequest](./puppeteer.protocol.target.createtargetrequest.md) > [browserContextId](./puppeteer.protocol.target.createtargetrequest.browsercontextid.md)
|
|
|
|
## Protocol.Target.CreateTargetRequest.browserContextId property
|
|
|
|
The browser context to create the page in.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
browserContextId?: Browser.BrowserContextID;
|
|
```
|