akkash
August 14, 2020, 5:02pm
1
Hi , I need to type randomly or in loop COL1, COL2… COL6 … extra
the problem only getting col1 so how to have values {!COLxx} or {!COL1-100} or just pick randomly ?
{
“Command”: “store”,
“Target”: “{!loop}",
"Value": "!csvReadLineNumber"
},
{
"Command": "csvRead",
"Target": "comment.csv",
"Value": ""
},
{
"Command": "editContent",
"Target": "id=contenteditable-root",
"Value": " {!COL1}”
},
The only solution is use csvReadArray, you can not use COLX and there are not command to randomize COLX number
csvReadArray is the only solution fast and easy
.
https://ui.vision/rpa/docs/selenium-ide/csvread
akkash
August 18, 2020, 6:08pm
3
up I need to type randomly or in loop COL1, COL2… COL6 … extra csv lines
I already posted the solution is csvReadArray is a fast way to select column number and you can randomize it change col number
akkash
August 20, 2020, 4:37pm
5
Hi I tried but not work ! how to randomize it !! there is no loop , I only run one time do search and enter each link to post ! so no loops !
You must integrate random number in csvReadArray command with random number you can choice random lines and random columns
Read here
return Math.floor(50 + Math.random()*50) => random number between 50…100
akkash
August 20, 2020, 5:04pm
7
and what is the command ?
Here example to generate random number
Use this to wait between 1 and 60 seconds:
{
"Command": "executeScript_Sandbox",
"Target": "return 1000 + Math.floor(Math.random()*60000);",
"Value": "waittime"
},
{
"Command": "pause",
"Target": "${waittime}",
"Value": ""
},
(from here: Random variable )
After you must integrate it in csvReadArray
There are NOT any simple solution to do this.
akkash
August 23, 2020, 3:04pm
9
well this not work at all !
If you are not prepared to use ui vision you have 2 possibilities
seriously study ui vision, you learn it and then you create automation
you pay a programmer who works for you.
It is useless that you say that everything does not work, everything works perfectly it is you who do not know how to create macros because you do not study and do not even know the logic of ui vision rpa.
akkash
August 30, 2020, 4:45pm
11
and I told you before if you don’t know the comand don’t replay !!!
I have already provided the working solution is you who do not want to do anything, pays a programmer and solves the problem since you do not know how to use ui vision.
I have already provided the working solution .