Get the size
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim width As Integer
Dim height As Integer
Dim instance As New Size(width, height)
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
See Also