Forum Discussion
SaravanaKumar_N
7 years agoContributor
So now you are able to find the item. And did you get a chance try this way..
Can you check ListItem object has any methods like 'Focus' ? (you can check in the object browser)
If available, you can do..
listItems[i].Focus();
Delay(500); // delay may be needed, if not remove it
listItems[i].Click();
russelld
7 years agoContributor
Thanks
Focus is availble with the parent two levels up. The attached is the properties I got to work with