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

[Missing <param name="width"/> documentation for "M:Selenium.Window.SetSize(System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Selenium.Window.SetSize(System.Int32,System.Int32)"]

See Also