RanorexRanorex Documentation
OpenBrowser Method (url)
NamespacesRanorexHostOpenBrowser(String)
Opens a web page in the default browser.
Declaration Syntax
C#Visual BasicVisual C++
public int OpenBrowser(
	string url
)
Public Function OpenBrowser ( _
	url As String _
) As Integer
public:
int OpenBrowser(
	String^ url
)
Parameters
url (String)
The URL of the web page to open.
Return Value
The process ID of the browser.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)