| TouchActionsPressRelease メソッド |
画面上で「離す(up)」ジェスチャーを実行するようにします。タッチ操作の系列では通常、最後に指定します。
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文Dim instance As TouchActions
Dim locationX As Integer
Dim locationY As Integer
Dim returnValue As TouchActions
returnValue = instance.PressRelease(locationX,
locationY)
パラメータ
- locationX
- 型: SystemInt32
ビューポートに対する X 座標。 - locationY
- 型: SystemInt32
ビューポートに対する Y 座標。
戻り値
型:
TouchActions
参照