How to type Control V (special key) in Type into activity

How can I use contol v as in paste in type into activity. I am trying to complete an exercise on ui automation which requires me to copy and paste a text.

Hi @Martins_Micheal

  1. Use the “Set to Clipboard” activity to copy the desired text to the clipboard.
  2. Use the “Type Into” activity with the text "[d(ctrl)]v[u(ctrl)]" to simulate the paste operation.

If you found helpful please mark as a solution tick. Thanks
Happy Automation with UiPath

There’s a “special characters” dropdown on the activity that will add the codes for them.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.