🔍
🏠
Stack Overflow
🎲
Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
How to copy text inside Virtual Machine using Automation Anywhere bot?
Asked
Oct 23 '18 at 06:44
Active
Oct 29 '18 at 15:02
Viewed
113 times
-2
Steps:
Need to login to the Virtual Machine. Done
Open Notepad
Copy the text
Please let me know your feasible ways.
rpa
automationanywhere
edited Oct 23 '18 at 09:36
Marek Stejskal
2,698
1
20
30
asked Oct 23 '18 at 06:44
Narendra Gopi
1
What do you have problems with? Can you share your code?
–
Marek Stejskal
Oct 23 '18 at 08:20
1 Answers
1
0
Send Keys Should Do:
Ctrl + R
"Notepad"
Enter
Ctrl + V
answered Oct 29 '18 at 15:02