-
|
Hi, ChromeOS includes the As expected, when the checkbox is selected, Chrome displays a message indicating remote connections can be made; e.g., Given that it appears that remote connections can be enabled. I'm wondering if it is possible to connect to ChromeOS devices over the network using chrome-devtools-mcp for interaction with the existing browser session? This would open up some helpful possibilities when it comes to troubleshooting issues that only occur on ChromeOS devices. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
yes, it should be possible to specify the ws endpoint https://github.com/ChromeDevTools/chrome-devtools-mcp#configuration (--auto-connect flag is not needed as that only connects locally). You might need to do port forwarding on ChromeOS as the server listens on the localhost only. |
Beta Was this translation helpful? Give feedback.
yes, it should be possible to specify the ws endpoint https://github.com/ChromeDevTools/chrome-devtools-mcp#configuration (--auto-connect flag is not needed as that only connects locally). You might need to do port forwarding on ChromeOS as the server listens on the localhost only.