How to using open command to visit different url

I need to submit data to pages with different urls, which are already stored in the CSV file, and how to read these URLs for use as command of “open” and set “values” and i want to read urls by automatic. tks!

You can use the OPEN command with the ${!COL1} variable- which can contain the URL of the website to load.

Another option is to send the URL via the setVariable command (API).