BrowserWindow.
Reloads the main document.
This functionality is supported only if you are using the Open Agent.
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. |
page.Reload(TRUE)