Forum Discussion

pkunst's avatar
pkunst
Contributor
12 years ago
Solved

Get Text of Clipboard

Hi, during the test I created i marked some text and pressed ctrl + c to get it into my clipboard. After that I wen to the code of the test and tried to safe the marked text in a variable but I fai...
  • Yshippin's avatar
    12 years ago
    Did you try using Sys.Clipboard?

    Heres an example in JS: