WindowSetSize Method
Sets the size of the outer browser window, including title bars and window borders.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Window
Dim width As Integer
Dim height As Integer

instance.SetSize(width, height)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
See Also