TouchActionsFlickFrom メソッド
現在のビューで、指定した位置を起点とするフリック操作を組み立てます。

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

returnValue = instance.FlickFrom(element, 
	offsetX, offsetY, speed)

パラメータ

element
型: SeleniumWebElement
スクロールの開始位置となる画面上の Web 要素。
offsetX
型: SystemInt32
ビューポートに対する X 方向のオフセット。
offsetY
型: SystemInt32
ビューポートに対する Y 方向のオフセット。
speed
型: SystemInt32
The speed in pixels per second.

戻り値

型: TouchActions
参照