TouchActionsFlick メソッド
現在のビュー用のフリック操作を組み立てます。

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

returnValue = instance.Flick(speedX, speedY)

パラメータ

speedX
型: SystemInt32
水平方向の速度(ピクセル/秒)。
speedY
型: SystemInt32
垂直方向の速度(ピクセル/秒)。

戻り値

型: TouchActions
参照