Mouse Class
Mouse interraction.
Inheritance Hierarchy
SystemObject
  SeleniumMouse

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Mouse

The Mouse type exposes the following members.

Methods
  NameDescription
Public methodClick
Click any mouse button (at the coordinates set by the last moveto command).
Public methodClickAndHold
Click and hold the left mouse button (at the coordinates set by the last moveto command).
Public methodClickDouble
Double-clicks at the current mouse coordinates (set by moveto).
Public methodmoveTo
Move the mouse to the specificed element.
Public methodMoveTo
Move the mouse by an offset of the specificed element.
Public methodRelease
Releases the mouse button previously held (where the mouse is currently at).
Top
See Also