Clicks on a UI Element.
| Click Type | The type of click to use. |
| XPath | The XPath of the item to click on. |
| X Offset | Optional horizontal offset for click. 0 represents left most point of the element/ |
| Y Offset | Optional vertical offset for click. 0 represents top most point of the element/ |
| Shift | Select true to hold down the shift key while the click takes place. |
| Alt | Select true to hold down the alt key while the click takes place. |
| Ctrl | Select true to hold down the ctrl key while the click takes place. |
| Relative to Element | A UI element to make the XPath relative to, retrieved with the "Get Element from Java App" operation. This is an advanced and optional feature. See the XPath Document for more information. |