WebElementScrollIntoView メソッド
Scrolls the current element into the visible area of the browser window.

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

returnValue = instance.ScrollIntoView(alignTop)

パラメータ

alignTop(省略可)
型: SystemBoolean

戻り値

型: WebElement
参照