MousemoveTo メソッド
Move the mouse to the specificed element.

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

returnValue = instance.moveTo(element)

パラメータ

element
型: SeleniumWebElement
Opaque ID assigned to the element to move to, as described in the WebElement JSON Object. If not specified or is null, the offset is relative to current position of the mouse.

戻り値

型: Mouse
参照