TouchActionsMove メソッド
画面上で「移動(move)」ジェスチャーを実行するようにします。

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

returnValue = instance.Move(locationX, 
	locationY)

パラメータ

locationX
型: SystemInt32
ビューポートに対する X 座標。
locationY
型: SystemInt32
ビューポートに対する Y 座標。

戻り値

型: TouchActions
参照