The InternetBrowser component is used to open a valid URL in the default Internet browser of the end user.
Because this component requires end-user interaction, it can only be used on Interactive activities or within Screenflows.
The following example opens the Oracle company homepage in the default browser of the user:
open InternetBrowser
using url = "http://www.oracle.com"