RanorexRanorex Documentation
Click Method (element, moveTime)
NamespacesRanorexMouseClick(Element, Duration)
Clicks on the element with the left mouse button.
Declaration Syntax
C#Visual BasicVisual C++
public static void Click(
	Element element,
	Duration moveTime
)
Public Shared Sub Click ( _
	element As Element, _
	moveTime As Duration _
)
public:
static void Click(
	Element^ element, 
	Duration^ moveTime
)
Parameters
element (Element)
The element to click.
moveTime (Duration)
The time after which the mouse should be at the specified position.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)