ActionsMoveByOffset メソッド
現在位置から指定オフセットへマウスを移動します。

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

returnValue = instance.MoveByOffset(offset_x, 
	offset_y)

パラメータ

offset_x
型: SystemInt32
移動先の X オフセット。
offset_y
型: SystemInt32
移動先の Y オフセット。

戻り値

型: Actions
自分自身(メソッドチェーン用)
参照