14 lines
596 B
Markdown
14 lines
596 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) > [ExposeDevToolsProtocolRequest](./puppeteer.protocol.target.exposedevtoolsprotocolrequest.md) > [bindingName](./puppeteer.protocol.target.exposedevtoolsprotocolrequest.bindingname.md)
|
|
|
|
## Protocol.Target.ExposeDevToolsProtocolRequest.bindingName property
|
|
|
|
Binding name, 'cdp' if not specified.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
bindingName?: string;
|
|
```
|