Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Use the ActionSet Text Selection action

Select, copy, or delete text from the Desktop and Windows applications, and the Internet Explorer browser by using the Text Selection action in RPA Desktop Design Studio.

Before you begin

Capture an image of the target application window and create an anchor. For information about how to do this, see Use the ActionSet component.

Role required: none

About this task

In addition to selecting text, the ActionSet Text Selection action can copy or delete text in a targeted application window. You can also set the action to trim leading or trailing white space from the captured text.

You can configure the properties for the Text Selection component. For more information about these properties, see ActionSet Text Selection- Properties.

Procedure

  1. Right-click the anchor.

    To learn about the anchor, see how to use the Anchor.

  2. Click Text Selection.

  3. Drag the green rectangle icon (

Image omitted: green-rectangle.png
Green rectangle icon.\) over the area that contains the text that you want to select, copy, or delete.
  1. To increase or decrease the area on the captured image covered by the green rectangle icon (
Image omitted: green-rectangle.png
Green rectangle icon.\), drag its edges.
  1. In the Properties pane, select Copy or Delete from the Type list in the General section.

    For example, you can set a delay or change the nature of the action. By default, the action selects text.

  2. Close the ACTIONSET SETTINGS window.

  3. If you didn’t hide the port for the TextSelection parameter in Step 4, connect the port so the action can send the captured text for use.

    The TextSelection parameter is described in the following table.

    Port typePort nameData typePurpose of connection
    Data OutTextSelectionStringSends the captured text to another component.
  4. To test the component, right-click the component bar and then click Run From Here.

Parent Topic:Use the ActionSet component