WindowPosition Method
Gets 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 returnValue As Point

returnValue = instance.Position()

Return Value

Type: Point

[Missing <returns> documentation for "M:Selenium.Window.Position"]

Remarks
When setting this property, it should act as the JavaScript window.moveTo() method.
See Also