Is there a limit of words or characters that I can put in an ui vision array ?
If i have 10000 word to add in array it’s possible ?
Example of array
{
"Command": "executeScript_Sandbox",
"Target": "return new Array ('cat','dog','fish','dog','deer','frog','whale','dog','seal','horse','elephant')",
"Value": "a"
},
Thanks