This resource function is obsolete. Use the function SystemOpen instead.

Function Repository Resource:

BrowserOpen

Source Notebook

Open a web browser with the given URL

Contributed by: Arnoud Buzing

ResourceFunction["BrowserOpen"][url]

opens url in your default web browser.

Details and Options

ResourceFunction["BrowserOpen"] is only supported with the Windows operating system.
ResourceFunction["BrowserOpen"][url] is essentially equivalent to SystemOpen[url].

Examples

Basic Examples (1) 

Open the URL with your default web browser:

In[1]:=
ResourceFunction["BrowserOpen"]["https://www.wolfram.com"]
Out[1]=

Publisher

Arnoud Buzing

Requirements

Wolfram Language 11.3 (March 2018) or above

Version History

  • 1.0.0 – 14 January 2019

License Information