Rhino 7 webbrowser issue

Hi there.

I have a question, is there any way to force default Rhino 7 webbrowser to open site in chrome? I have problem with logging in addin app. This app requires login feedback from website but I can’t log into my account because site is opening in Rhino default browser and it has messed up JS and is not displaying correctly.

Thanks for any help

Hi @Andrzej_Zuzanski,

If you script the WebBrowser command like this:

`_-WebBrowser _Navigate _UseInternalWindow=_No <url> _Enter`

Your default browser will be used.

– Dale