feat(emulation): add geolocation emulation tool#634
Merged
OrKoN merged 5 commits intoChromeDevTools:mainfrom Dec 2, 2025
Merged
feat(emulation): add geolocation emulation tool#634OrKoN merged 5 commits intoChromeDevTools:mainfrom
OrKoN merged 5 commits intoChromeDevTools:mainfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
OrKoN
requested changes
Nov 30, 2025
Collaborator
OrKoN
left a comment
There was a problem hiding this comment.
Thanks for the PR. Please integrate the geolocation functionality into the emulate tool instead of a new tool to keep the number of tools managable.
Contributor
Author
|
please check again @OrKoN |
OrKoN
reviewed
Dec 1, 2025
OrKoN
pushed a commit
that referenced
this pull request
Dec 3, 2025
🤖 I have created a release *beep* *boop* --- ## [0.11.0](chrome-devtools-mcp-v0.10.2...chrome-devtools-mcp-v0.11.0) (2025-12-03) ### 🎉 Features * **emulation:** add geolocation emulation tool ([#634](#634)) ([3991e4c](3991e4c)) * integrate DevTools issues into the console tools ([#636](#636)) ([d892145](d892145)) * support --user-data-dir ([#622](#622)) ([fcaf553](fcaf553)) ### 🛠️ Fixes * handle error messages that are not instanceof Error ([#618](#618)) ([a67528a](a67528a)) * handle the case when all pages are filtered out ([#616](#616)) ([bff5c65](bff5c65)) * ignore hash parts of URLs when finding DevTools ([#608](#608)) ([52533d0](52533d0)) * ignore quality for png ([#589](#589)) ([2eaf268](2eaf268)) * include a note about selected elements missing from the snapshot ([#593](#593)) ([80e77fd](80e77fd)) * prevent dropping license notices on some files when publishing ([#604](#604)) ([94752ff](94752ff)) * rename page content to latest page snapshot ([#579](#579)) ([9cb99ad](9cb99ad)) * **wait_for:** respect the provided timeout ([#630](#630)) ([6b0984a](6b0984a)), closes [#624](#624) ### 📄 Documentation * add Antigravity config ([#580](#580)) ([6f9182f](6f9182f)) * add Qoder CLI to the MCP client configuration section in the README. ([#552](#552)) ([1a16f15](1a16f15)) * add VS Code install badges ([#532](#532)) ([cc4d065](cc4d065)) * clarify browser-url parameter in README ([#613](#613)) ([05cf8cb](05cf8cb)) * Fix Antigravity docs ([#605](#605)) ([fae2608](fae2608)) * update readme to explain agy's browser integration ([#612](#612)) ([2d89865](2d89865)) ### ♻️ Chores * avoid throwing in resolveCdpElementId ([#606](#606)) ([eb261fd](eb261fd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding emulate_geolocation tool to emulate device location for testing location-based features. Supports setting latitude/longitude or clearing the override.
Closing #296