RanorexRanorex Documentation
Click Method (element, buttons, location)
NamespacesRanorexMouseClick(Element, MouseButtons, Location)
Clicks on the element with the specified mouse buttons at a specific location location.
Declaration Syntax
C#Visual BasicVisual C++
public static void Click(
	Element element,
	MouseButtons buttons,
	Location location
)
Public Shared Sub Click ( _
	element As Element, _
	buttons As MouseButtons, _
	location As Location _
)
public:
static void Click(
	Element^ element, 
	MouseButtons buttons, 
	Location^ location
)
Parameters
element (Element)
The element to click.
buttons (MouseButtons)
A bit-wise combination of MouseButtons values that specify the mouse buttons for this action.
location (Location)
The location to click at.

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