Sets the size of the outer browser window, including title bars and window borders.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As Window
Dim width As Integer
Dim height As Integer
instance.SetSize(width, height)
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
See Also