> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/send-mouse-action.md).

# Send Mouse Action

Emulates the Mouse Action.

Action available for the following operating systems:

![](/files/-MGNsZjeYMKt8-HvBB5n)

### Parameters

* **Action** *\<unquoted string> -* The mouse action that the user wants to emulate. The possible values are:
  * Left Click
  * Right Click
  * Double Click
  * Left Down
  * Left Up
  * Right Down
  * Right Up
  * Mouse Move
  * Dynamic
* **X** *\<numeric> -* The X coordinate for the mouse action.
* **Y** *\<numeric> -* The Y coordinate for the mouse action.
