0
votes

I use the Selenium IDE browser extension. I created a variable with "store" and appended to it using "execute script" and "return ${a}+${b}" -> a. At some point, this starts to fail. It seems that a variable cannot have more than 255 or 256 characters. Is this documented somewhere? Is there a solution for storing long strings in variables? I would have thought that variables created by "store" are javascript strings.