ChromeDevTools / ChromeDevTools/chrome-devtools-mcp
return all pages when click web element
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 52.3k
- Forks
- 4.3k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 83
Description
Description of the bug
Clicking an element may open a new page. If the list of pages is not returned, the model cannot perceive that a new page has opened and will therefore assume that the click action did not take effect. Returning the list of open pages can effectively solve this problem.
Reproduction
No response
Expectation
No response
MCP configuration
No response
Node version
No response
Chrome version
No response
Coding agent version
No response
Model version
No response
Chat log
No response
Operating system
None
Extra checklist
- I want to provide a PR to fix this bug
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Trace the implementation of clicking a web element and how the resulting response exposes open pages. Reproduce a click that opens a new page, then verify that the returned page list lets the model observe the new page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100