Automate UI - Click control
Contents |
UI Object Selector
It shows the selector of the scraped control.
Edit Selector
You can edit or highlight the selector of the captured control. By clicking edit selector button, UiExplorer will open.
Clicking details
Mouse button
Choose the mouse button that will be used to perform the click on control
Click type
Choose how many clicks should be made on control - one or two clicks.
Hover only
Studio places the mouse curson over the control and let it hover. Useful for websites with drop-down menus that open at hover over.
Input method
UiInputMethod enumeration specifies how Click, Hover and WriteText methods simulate keyboard and mouse events. Learn more here
Wait for ready
UiWaitForReadyLevels enumeration specifies the wait for ready level for WaitForReady method and waitForReadyLevel property.
JavaScript and Source code generator
Studio generates source code - C++, C#, VB.NET, VB6 - to automate clicking on controls


