0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/website/versioned_docs/version-18.0.5/api/puppeteer.browserlaunchargumentoptions.debuggingport.md

14 lines
225 B
Markdown
Raw Normal View History

---
sidebar_label: BrowserLaunchArgumentOptions.debuggingPort
---
# BrowserLaunchArgumentOptions.debuggingPort property
**Signature:**
```typescript
interface BrowserLaunchArgumentOptions {
debuggingPort?: number;
}
```