Forum Discussion
HKosova
Alumni
14 years agoHi Vijay,
After rereading your questions, it seems to me that the problem could be the confusing object names in the generated script.
Let me clarify. Your recorded script:
After rereading your questions, it seems to me that the problem could be the confusing object names in the generated script.
Let me clarify. Your recorded script:
is essentially the same as- that's your target item.
If the autogenerated aliases aren't descriptive enough, you can rename them in the Name Mapping editor to more descriptive and meaningful names. For example, you can rename group0, scrollerScroller1734 and listitemDefaultitemrenderer1767 to group, scroller and ListItemBoys, respectively. After that, you can modify the recorded script in the following way:so that it's more clear which list item is clicked.
If you want to directly specify the list item text in your script, you can address the list item object dynamically, like this:
Is this what you originally meant?