How to use a specific browser to open link

In my Mac OS app I store website links. When I want to open the link, I have a button with the action… ShowUrl “websitelink” This works fine and it opens the link with my default browser.

I have marked each of my websites links in my database and would like to use a specific browser based on how I marked them. For example, …

if 1 then use Firefox to open “https://www.speedtest.net/
if 2 then use Safari to open “https://forum.xojo.com/
etc.

Is there a simple way to do this?
Thanks
Jim

You can use Apple Events to send a GURL event to Safari or Firefox.

1 Like