WindowSetPosition Method
Sets the position of the browser window relative to the upper-left corner of the screen.

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

instance.SetPosition(x, y)

Parameters

x
Type: SystemInt32
X
y
Type: SystemInt32
Y
See Also