Click and hold the left mouse button (at the coordinates set by the last moveto command).
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文Dim instance As Mouse
Dim button As MouseButton
Dim returnValue As Mouse
returnValue = instance.ClickAndHold(button)
パラメータ
- button(省略可)
- 型: SeleniumMouseButton
{number} Which button, enum: {LEFT = 0, MIDDLE = 1 , RIGHT = 2}. Defaults to the left mouse button if not specified.
戻り値
型:
Mouse
参照