-
Notifications
You must be signed in to change notification settings - Fork 993
fix: avoid reporting page close errors as errors #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ee3bfb1 to
a1cc5fb
Compare
|
@sebastianbenz could you please try it with gemini-cli before we land it? |
|
I, of course, could not reproduce the exact situation. I tried explicilty triggering it by calling "close page" twice when only one page was open: After the first call to close the page, the tab was closed and the |
a1cc5fb to
e418358
Compare
sebastianbenz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
e418358 to
b355648
Compare
🤖 I have created a release *beep* *boop* --- ## [0.3.0](chrome-devtools-mcp-v0.2.7...chrome-devtools-mcp-v0.3.0) (2025-09-25) ### Features * Add pagination list_network_requests ([#145](#145)) ([4c909bb](4c909bb)) ### Bug Fixes * avoid reporting page close errors as errors ([#127](#127)) ([44cfc8f](44cfc8f)) * clarify the node version message ([#135](#135)) ([0cc907a](0cc907a)) * do not set channel if executablePath is provided ([#150](#150)) ([03b59f0](03b59f0)) * **performance:** ImageDelivery insight errors ([#144](#144)) ([d64ba0d](d64ba0d)) * roll latest DevTools to handle Insight errors ([#149](#149)) ([b2e1e39](b2e1e39)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Closes #125