Clicks on the element with the specified mouse buttons at a specific location location.
| C# | Visual Basic | Visual 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 )
- 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.
