viewportSize property
Use this property to set and retrieve the viewport size to be used by the browser for the test.
Syntax
config.viewportSize = configval;
configval = config.viewportSize;
Type:RectangleSizePlain
An object that defines the width and height of the test browser viewport in pixels.