Hi,
I select a random item because the purpose of this test is to click a random item,select it and delete it and i'm using the ScrollIntoView in order to "expose" the item to TC(the AUT build by design to high performance so it expose to the user only the number of page can be view on the screen).so,in order for TC to "see" those items i need to scroll it into view.the random pages i'm using is to select a random page which sometime can be one out of 6000.
When i'm saying it doesn't work i mean that i can see what random page Tc has been selected but when trying to scroll this item into view nothing happen.
var item = listBox.wItem(SelectedPage) - i can see the selected random number under the watch List
listBox["ScrollIntoView"](item) - but there's no ScrollIntoView perform
there are no error messages display i just can't see the selected item scrolled into view
Thx