Forum Discussion
eykxas
21 hours agoFrequent Contributor
Hi !
How do you initialize "itemSelected" ? I think the problem is here. I'm pretty sure "ItemSelected" does not expose a Run() function.
ilkoTest
13 hours agoNew Contributor
This is JavaScript code. The initialization is done by assigning a value to the itemSelected:
for (var i = 0; i < count; i++)
{
var itemSelected = testItems.TestItem(i);And you're right; it does not expose the Run() function, which I am getting an error for.