Clicks on the adapter at a specific location, with the left mouse button, the specified number of times.
| C# | Visual Basic | Visual 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 )
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)