How to select all items in a textbox with multi lines

Hi,

can anybody help with how I could select all items in this list ?

when recording, you only get the possibilites to select one item …

Hi @Finken,

First use Click Activity to click anywhere on this Window.

Then , use Send Hotkey Activity and send Ctrl + End → this will take pointer to last row.

Finally, use Send Hotkey Activity and send Ctrl + Shift + Home → this will select all the items.

Later you can use Copy Selected Text Activity if you wish to copy them as well.

1 Like

Hi,

thanks for the tip. I used Page Up/Down.

1 Like