<aside> 💡 Getting running chromium browser devtools remote address
</aside>
$$ http://localhost:9222/json/version $$

So, we could then create an automated script to get the address without manual input.
<aside>
💡 Or use launcher.MustResolveURL(””) with go-rod launcher libs, it will automaticly use the webSocketDebuggerUrl fields from a running crhome dev remote host → http://localhost:9222/json/version
</aside>

https://github.com/go-rod/rod/blob/main/lib/launcher/url_parser.go#L87