Desktop Actions

Actions performed on a Desktop Element.

  • Click Clicks at a desktop element.

  • Right Click Right click at a desktop element.

  • Double Click Double clicks at a desktop element.

  • Type Types the text input specified in the parameter after bringing the specified desktop element into focus.

  • Key Input Presses the specified key or key combinations. The key is specified in the parameter using its name. Combinations are specified by joining keys with a + character. eg Ctrl+F

  • Drag And Drop Executes a drag and drop action from specified element on the other specified element.

  • Drag And Select Selects a list of child elements from the specified list type element. This action takes the list element as one input and a list containing names of all child elements to select as other input.

Last updated