It is possible to open web address in default browser like this.
Professional Software Development Tools
It is possible to open web address in default browser like this.
The code below will open the web objects URL in the users default browser.
Code:current_url = Web.GetURL("Web1"); File.OpenURL(current_url);