SetViewportSize (BrowserWindow)

Class

BrowserWindow.

Action

Sets the size of the browser window to the specified width and height.

Availability

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

Syntax

browserWindow.SetViewportSize(width, height)
Variable Description
width The new width of the browser window. INTEGER.
height The new height of the browser window. INTEGER.