Closed adriancch-inditex closed 9 months ago
According to what "cyrus-and" said:
Also, in Basics: Using DevTools as protocol client it says that if you run
chrome.exe --remote-debugging-port=9222
then you should be able to openhttp://localhost:9222/
with a web browser, but when I do I don't see anything. It's just a blank page.Yes this used to be the case. Now I think that page has been removed, now you can just navigate to chrome://inspect. In any case, it doesn't matter if you're going to instrument the instance with JavaScript.
Hope it helps!
Would you mind to reflect that in the documentation?
Solution: add --enable-logging
to see the WebSocket URL in your terminal.
I found this issue in search results but ended up having to dig in Chromium source code, so hopefully this might save some time for others in the future. :)
I reported this issue here, but I'm not 100% sure if that was the correct place so I'm referencing it in this repository too. If you think this is NOT the correct place, feel free to close this issue.