Reload Method

Class

BrowserWindow.

Action

Reloads the main document.

Availability

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

Syntax

window.Reload(bypassCache)
Variable Description
bypassCache Optional: To allow the reload to use the browser cache, specify FALSE. By default, this value is set to FALSE. To force the reload to bypass the browser cache, specify TRUE. When you are using Google Chrome, setting this parameter has no effect. BOOLEAN.

Example

page.Reload(TRUE)