I automating windows legacy application these days. As shown in below figure I want to copy the selected text value to clipboard.
the only way to access this text box is use hot keys.
I pass {Ctrl+A} by using type text activity to select the value. Then how can I use insert clipboard activity to copy it to clipboard. what would be the value of this text column in insert clipboard activity.
to copy value you can use get text or run ocr on element if this is not working because any issue than only you should click on text box first than press Ctrl+a than delay of 1 sec press ctrl+c
value in type text is not correct: correct value you need to put is “{LCONTROL down}c{LCONTROL up}”.
press record button and press ctrl+c in keyboard you will get this value