Skip to main content

How to launch the url in same browser. I was trying to launch one url with launchBrowser() function but it is opening the url in new browser.

So how we can load the url in same browser

Hey @meenakshim 

I don’t think this is possible.

launchBrowser is the only function we have. I believe that behind this it is hard-coded to open the URL in a new window.

Cheers!


Reply