RanorexRanorex Documentation
Click Method (location, times, moveTime)
NamespacesRanorexAdapterClick(Location, Int32, Duration)
Clicks on the adapter at a specific location, with the left mouse button, the specified number of times.
Declaration Syntax
C#Visual BasicVisual C++
public void Click(
	Location location,
	int times,
	Duration moveTime
)
Public Sub Click ( 
	location As Location,
	times As Integer,
	moveTime As Duration
)
public:
void Click(
	Location^ location, 
	int times, 
	Duration^ moveTime
)
Parameters
location (Location)
The location to click at.
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(Location) will be called internally and only the location argument will be considered.

Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)