How to press and hold LeftClick/ multiple LeftClick for xclick

The vidoes are helpful to see what goes wrong:

XClick: you used the TIMES command wrong. The XClick must be between TIMES and END.

Drag & Drop: The #down and #up parameters are missing. Without it, the XMOVE command just moves the mouse, but never clicks it.

  • XMove | (image) | #down - press mouse button and keep it pressed.
  • XMove | (another image) | move to new location
  • XMove | ${!imagex},${!imagey} | #up release mouse button again

See here:How to click and drag in RPA - #4 by Tim

1 Like