WindowPosition メソッド
Gets the position of the browser window relative to the upper-left corner of the screen.

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As Window
Dim returnValue As Point

returnValue = instance.Position()

戻り値

型: Point
備考
このプロパティを設定するときは、JavaScript の window.moveTo() と同様に動作します。
参照