I have this code to run my macro via XRun which is working:
{
"Command": "XRunAndWait",
"Target": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
"Value": "file:///Users/user/Desktop/ui.vision.html?direct=1¯o=runThisMacro"
}
But the problem is it’s only running the first row on my input CSV file and stops the execution. My input csv file contains more than one row and I wish to run them as well.
How do I do this?