How to store the answer of the ctrl+c in a variable?

how to store the answer of the ctrl+c in a variable?

@Forklaring

IF the answer is coming from a website, then try Get Text Activity, It will store the webelement text and you can create a output variable, so it will store in that variable

avoid using hotkeys, that was not a best practice

Hope this helps you

Thanks

Hi @Forklaring

Use Get From Clipboard activity to assign the value to variable

2 Likes