RanorexRanorex Documentation
Click Method (times, moveTime)
NamespacesRanorexAdapterClick(Int32, Duration)
Clicks on the adapter with the left mouse button the specified number of times.
Declaration Syntax
C#Visual BasicVisual C++
public void Click(
	int times,
	Duration moveTime
)
Public Sub Click ( _
	times As Integer, _
	moveTime As Duration _
)
public:
void Click(
	int times, 
	Duration^ moveTime
)
Parameters
times (Int32)
The number of times to click.
moveTime (Duration)
The time after which the mouse should be at the specified position.
Remarks
If this method is invoked on a mobile element, Touch()()() will be called internally and the arguments will not be considered.

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