aisingapore / TagUI

Free RPA tool by AI Singapore
Apache License 2.0
5.45k stars 572 forks source link

How to open a list of url from csv #1381

Open microSoftware opened 3 days ago

microSoftware commented 3 days ago

I have a list of url in batch.csv urla;b https://website.com/@user1;a https://website.com/user2;a

I run the script tagui script.tag batch.csv

the problem is i don't know how to actually open the url i've tried :

urla => doesn't work
url urla => doesn't work
run `chrome-cli open --new-tab ${urla}` => doesn't work
open urla => doesn't work
visit urla => doesn't work

The doc say we can use any value from the csv. But in my case, the value is the url, and i have no idea how to actually open it.