ApplicationSize Method
Creates a new instance of Size

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

returnValue = instance.Size(width, height)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32

Return Value

Type: Size
See Also