Select multiple icons on desktop or folder

I need to select multiple files from a folder or the desktop in order to move them to the right menu or delete them in bulk. How can I select multiple icons using mouse or keyboard actions?

You can select multiple images by highlighting them with the mouse. DO this with a drag and drop behavior in ScenarioBuilder when you combine two Mouse actions: “Move Mouse”, and “Mouse Click” actions.

Try to draw a rectangle around where the icons live by following the steps below:

  1. Create a new scenario or edit an existing scenario in ScenarioBuilder
  2. Add a “Move Mouse” action to where the top left point of the rectangle is
  3. Add a “Mouse Click” action and specify its “Click Type” property to “Down”
  4. Add a “Move Mouse” action to where the bottom right point of the rectangle is
  5. Add a “Mouse Click” action and specify its “Click Type” property to “Up”

Play the scenario and see the drag and drop happen on the specified rectangle.

1 Like