Skip to main content
Question

How to launch the url in same browser

  • February 8, 2023
  • 1 reply
  • 51 views

Forum|alt.badge.img+4

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

1 reply

Shneor Cheshin
Superhero (Employee)
Forum|alt.badge.img+28
  • Superhero (Employee)
  • February 8, 2023

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!