I have contents in the clipboard which I would like to paste to a textbox. When I try
.click()
.pressKeys(['\uE03D', 'v'])
it does not paste the contents to the textbox. All other special keys work. For example, for using shift key, when I do
.pressKeys(['\uE008', 'v'])
it prints 'V' as expected.
Any advice on this would be highly appreciated.
I would try something like: