ActionsDragAndDrop メソッド
移動元要素で左ボタンを押したまま移動先へ移動し、ボタンを離します。

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

returnValue = instance.DragAndDrop(elementSource, 
	elementTarget)

パラメータ

elementSource
型: SeleniumWebElement
マウスダウンする要素。
elementTarget
型: SeleniumWebElement
マウスアップする要素。

戻り値

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