IWindow Position Property WebDriver
Gets or sets the position of the browser window relative to the upper-left corner of the screen.

Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

Point Position { get; set; }
Remarks

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