I want to repeat the csvary.vary

Hello, I looked at the doc guide, but I don’t understand it, so I’m looking for help. T_T

I would like to import and input data from 0 to 2000 in the csv.

[Example]
csv file row 1 to 20000 when any number exists

Enter row1 value in edit entry in csv file
Repeat clicking clear 20 times.

And then I’ll go back to the first code, the homepage
Enter 21 in edit, click clear, and repeat until 40.

And I want to make a code that repeats the above process several times.

The example code I wrote is as follows.


{
“Name”: “test”,
“CreationDate”: “2022-7-2”,
“Commands”: [
{
“Command”: “open”,
“Target”: “HTML 연습장”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “csvReadArray”,
“Target”: “test.csv”,
“Value”: “test”,
“Description”: “”
},
{
“Command”: “type”,
“Target”: “name=editor”,
“Value”: “${test[1][0]}”,
“Targets”: [
“name=editor”,
“xpath=/html/body/div/form/textarea”,
“xpath=//textarea[@name=‘editor’]”,
“xpath=//textarea”,
“css=body > div > form > textarea”
],
“Description”: “”
},
{
“Command”: “click”,
“Target”: “name=Clear”,
“Value”: “”,
“Targets”: [
“name=Clear”,
“xpath=/html/body/div/form/input[3]”,
“xpath=//input[@name=‘Clear’]”,
“xpath=//input[3]”,
“css=body > div > form > input:nth-child(3)”
],
“Description”: “”
},
{
“Command”: “type”,
“Target”: “name=editor”,
“Value”: “${test[2][0]}”,
“Targets”: [
“name=editor”,
“xpath=/html/body/div/form/textarea”,
“xpath=//textarea[@name=‘editor’]”,
“xpath=//textarea”,
“css=body > div > form > textarea”
],
“Description”: “”
}
]
}


Contents in csv

111111
111112
111113
111114
111115
111116
111117
111118
111119
111120
111121
111122
111123
111124
111125
111126
111127
111128
111129
111130