豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

feat: detect network requests inspected in DevTools UI#477

Merged
OrKoN merged 2 commits intomainfrom
orkon/devtools-data
Oct 28, 2025
Merged

feat: detect network requests inspected in DevTools UI#477
OrKoN merged 2 commits intomainfrom
orkon/devtools-data

Conversation

@OrKoN
Copy link
Copy Markdown
Collaborator

@OrKoN OrKoN commented Oct 27, 2025

If you manually inspect a network request in the DevTools UI, the Chrome DevTools MCP server is now able to detect it and allow you to refer to the selected request. The approach was tested in a couple of models.

In the list of the network requests we have a short indication about which request is selected in DevTools UI. We refer to the DevTools as "DevTools UI" to disambiguate from the DevTools MCP server.

@OrKoN OrKoN force-pushed the orkon/devtools-data branch 11 times, most recently from e807815 to 7cabd46 Compare October 27, 2025 16:41
@OrKoN OrKoN force-pushed the orkon/devtools-data branch 3 times, most recently from 348bad2 to 5b98e09 Compare October 27, 2025 16:45
@OrKoN OrKoN changed the title feat: get state from the open DevTools window feat: detect network requests inspected in DevTools UI Oct 27, 2025
@OrKoN OrKoN force-pushed the orkon/devtools-data branch from 5b98e09 to 3cd8263 Compare October 27, 2025 16:49
@OrKoN OrKoN marked this pull request as ready for review October 27, 2025 16:50
@OrKoN OrKoN marked this pull request as draft October 27, 2025 16:52
@OrKoN OrKoN force-pushed the orkon/devtools-data branch from 3cd8263 to 71b23b0 Compare October 28, 2025 09:22
@OrKoN OrKoN marked this pull request as ready for review October 28, 2025 09:22
Comment thread src/PageCollector.ts Outdated
@OrKoN OrKoN force-pushed the orkon/devtools-data branch from 71b23b0 to 2968d85 Compare October 28, 2025 09:35
Comment thread src/PageCollector.ts
@OrKoN OrKoN merged commit 796aed7 into main Oct 28, 2025
41 of 46 checks passed
@OrKoN OrKoN deleted the orkon/devtools-data branch October 28, 2025 09:52
OrKoN pushed a commit that referenced this pull request Nov 5, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.10.0](chrome-devtools-mcp-v0.9.0...chrome-devtools-mcp-v0.10.0)
(2025-11-05)


### 🎉 Features

* add a press_key tool
([#458](#458))
([b427392](b427392))
* add insightSetId to performance_analyze_insight
([#518](#518))
([36504d2](36504d2))
* an option to ignore cache on reload
([#485](#485))
([8e56307](8e56307))
* detect network requests inspected in DevTools UI
([#477](#477))
([796aed7](796aed7))
* fetch DOM node selected in the DevTools Elements panel
([#486](#486))
([4a83574](4a83574))
* support page reload
([#462](#462))
([d177087](d177087))
* support saving snapshots to file
([#463](#463))
([b0ce08a](b0ce08a))


### 🛠️ Fixes

* Augment fix to prevent stray OGS frames in NTP from causing hangs.
([#521](#521))
([d90abd4](d90abd4))
* improve get_network_request description
([#500](#500))
([2f448e8](2f448e8))
* work around NTP iframes causing hangs
([#504](#504))
([cca5ff4](cca5ff4))


### 📄 Documentation

* add Windsurf to the editor config README
([#493](#493))
([63a5d82](63a5d82))
* fix typos in README.md exlcude -> exclude
([#513](#513))
([8854a34](8854a34))
* remove unnecessary replace
([#475](#475))
([40e1753](40e1753))


### ♻️ Chores

* connect to DevTools targets by default
([#466](#466))
([a41e440](a41e440))
* detect DevTools page for each page
([#467](#467))
([1560ff2](1560ff2))
* merge emulate tools into one
([#494](#494))
([c06f452](c06f452))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants