bool Navigate(Guid? browserId, string url)

Navigate this browser to a specific URL.

Parameters

Name Description
browserId The id of the desired browser. Null uses the current active browser.
url

Return

True if the function succeeds, otherwise false.