You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can generate a runtime and use it in a .NET Core 2.1 application. But where should I connect? Obviously, ws://... is not the URL to go to. I've tried with ws://localhost:9223 but whatever I try to do, I get an HTTP 404 exception. Please advice. I have never used Chrome DevTools before but now need it to have chrome print a web page to a PDF file for another application.
The text was updated successfully, but these errors were encountered:
Turns out I first have to fetch JSON documents from http://localhost:9223/json and http://localhost:9223/json/version to get webSocketDebuggerUrl values I can connect to. Very confusing. Had to put together numerous web search fragments to find this out. Shouldn't this be in the very first example?
I can generate a runtime and use it in a .NET Core 2.1 application. But where should I connect? Obviously, ws://... is not the URL to go to. I've tried with ws://localhost:9223 but whatever I try to do, I get an HTTP 404 exception. Please advice. I have never used Chrome DevTools before but now need it to have chrome print a web page to a PDF file for another application.
The text was updated successfully, but these errors were encountered: