Send a variable to screen

I am a novice but learning. I am sending numbers to a web page with:
“Command”: “type”,
“Target”: “name=search”,
“Value”: “1110627”,

I want to replace that with code that will send the value of the variable !COL1
How do I do this?
Thanks!


You need something like this.

the file.csv must be imported to UI Vision, or must be in the right direction folder if you run Storage Mode in File System.

Thanks, I was using the wrong brackets. I was using () instead of {}

1 Like

Yep, please read the UI Automation Open-Source Selenium IDE plus additional features, iMacros alternative carefully to get the right grammar. That sometimes could make us novice stuck when all you have to do is just adding a comma.