Navigate Method (BrowserWindow)

Class

BrowserWindow.

Action

Navigates the main document to a URL.

Availability

This functionality is supported only if you are using the Open Agent.

Syntax

browserWindow.Navigate(sUrl)
Variable Description
sUrl The URL. STRING.

Example

page.Navigate(originalUrl)