Array in ui vision have a limit of elements or characters?

@admin @TechSupport

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

execute Script and executeScript_Sandbox runs native Javascript commands using the Chrome V8 and Firefox SpiderMonkey Javascript engines. => so there should be no limits, or only extremely high limits.

1 Like

Thanks very good news this :slight_smile:

Full array support arrived with V5.5.6, see Arrays in UI vision Selenium IDE++ - #5 by admin