I am having issues with the remote clipboard. My eggplant code is as follows:
SetRemoteClipboard "empty"
TypeText controlKey, "c"
Log RemoteClipboard()
I ran this code while having a SUT open with an application running and a cursor in a textbox containing the highlighted word “Hello”. When I run this code, the output is as expected. If I run it a second (or more) time, the output is “empty”. This is happening in other scripts as well.
I’m using EggPlant 20.1 and my SUT is Windows 10.
Many thanks!