Store variable into clipboard

Hi everyboard,

I want to store variable value into clipboard, each time that i try it ,i have an error message (see screenshots)

could tell me how can i do that?

Thank you

There is a bug in Clipboard command do not use, wait the update of plugin

Read here

The error A variable name can only contain alpha-numeric characters is because in the 3rd column is the variable name, not the variable value. => Thus the variable does not have ${} around it. We are using the Selenium IDE syntax here.

So this works:

store | hello | !clipboard

So there is no way to store variable value into clipboard?

This is the solution

1 Like