Mouse クラス
移動・クリック・ドラッグなどマウス操作をエミュレートするためのクラスです(通常は Actions と併用します)。
継承階層
SystemObject
  SeleniumMouse

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

Mouse には次のメンバーが定義されています。

メソッド
  名前説明
公開メソッドClick
Click any mouse button (at the coordinates set by the last moveto command).
公開メソッドClickAndHold
Click and hold the left mouse button (at the coordinates set by the last moveto command).
公開メソッドClickDouble
Double-clicks at the current mouse coordinates (set by moveto).
公開メソッドmoveTo
Move the mouse to the specificed element.
公開メソッドMoveTo
Move the mouse by an offset of the specificed element.
公開メソッドRelease
Releases the mouse button previously held (where the mouse is currently at).
ページ先頭
参照