puppeteer/docs/api/puppeteer.protocoltype.md

12 lines
145 B
Markdown
Raw Normal View History

---
sidebar_label: ProtocolType
---
# ProtocolType type
#### Signature:
```typescript
export type ProtocolType = 'cdp' | 'webDriverBiDi';
```