MouseClick Method
Click any mouse button (at the coordinates set by the last moveto command).

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

returnValue = instance.Click(button)

Parameters

button (Optional)
Type: SeleniumMouseButton
{number} Which button, enum: {LEFT = 0, MIDDLE = 1 , RIGHT = 2}. Defaults to the left mouse button if not specified.

Return Value

Type: Mouse

[Missing <returns> documentation for "M:Selenium.Mouse.Click(Selenium.MouseButton)"]

See Also