-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Network.enable timed out #657
Description
Description of the bug
Running Chrome in --remote-debugging-port mode results in a timeout exception after a period of time (within one day).
Environment
Chrome DevTools MCP version: Latest
Chrome version: Playwright’s built-in chrome-headless-shell (Playwright v1.57.0)
— Browser Launch Arguments
const CHROME_ARGS = [
'--headless',
'--allow-pre-commit-input',
'--disable-background-networking',
'--disable-background-timer-throttling',
'--disable-backgrounding-occluded-windows',
'--disable-breakpad',
'--disable-client-side-phishing-detection',
'--disable-component-extensions-with-background-pages',
'--disable-crash-reporter',
'--disable-default-apps',
'--disable-dev-shm-usage',
'--disable-hang-monitor',
'--disable-infobars',
'--disable-ipc-flooding-protection',
'--disable-popup-blocking',
'--disable-prompt-on-repost',
'--disable-renderer-backgrounding',
'--disable-search-engine-choice-screen',
'--disable-sync',
'--enable-automation',
'--export-tagged-pdf',
'--force-color-profile=srgb',
'--generate-pdf-document-outline',
'--metrics-recording-only',
'--no-first-run',
'--password-store=basic',
'--use-mock-keychain',
'--disable-features=Translate,AcceptCHFrame,MediaRouter,OptimizationHints,RenderDocument,ProcessPerSiteUpToMainFrameThreshold,IsolateSandboxedIframes',
'--enable-features=PdfOopif',
'--disable-extensions',
'--hide-crash-restore-bubble',
'--remote-debugging-port=9222'
];
Reproduction
No response
Expectation
No response
MCP configuration
No response
Chrome DevTools MCP version
latest
Chrome version
Google Chrome for Testing 143.0.7499.4
Coding agent version
No response
Model version
No response
Chat log
No response
Node version
No response
Operating system
None
Extra checklist
- I want to provide a PR to fix this bug