Reputation: 737
I am using python automation tool pywinauto
in order to insert characters to some other application textbox.
The best way I have found to do this is to invoke ctrl+v
after I have copied the text I want to insert to the clipboard and have set focus to the other application window.
How can I invoke ctrl+v
command?
Thanks!
Upvotes: 3
Views: 2287