The information in this topic may be out of date. The current SDK reference guide has moved here.
viewportSize property
Use this property to set and retrieve the viewport size to be used by the browser for the test.
Syntax
Call syntax
CGSize configval; // give relevant initial value
config.viewportSize = configval
configval = config.viewportSize
Declaration
(assign, nonatomic) CGSize viewportSize
Type:CGSize
An object that defines the width and height of the test browser viewport in pixels.