Simulate mouse click with the left button, at the center of the control
Namespace:
QAliber.Engine.ControlsAssembly: QAliber.Engine (in QAliber.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public virtual void Click() |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub Click |
| Visual C++ |
|---|
public: virtual void Click() |
Remarks
By default click is left mouse button, and is at the center of the specified control.
Examples
Desktop.UIA.Click();