Forum Discussion
googleid_105206
14 years agoContributor
Hi
I am Working on Flex4.5 based application using testcomplete 8.6
I am facing issue while selecting specific List item from dropdown box .To identify flex objects i am using Flash Injector method. i can able handle dropdown and list item also.But problem with some of the list items are not visible,while scrolling time only we can see rest of the list items.
Below code is working for to click to visble list item.How can handle unvisble list items. list items name are we passing dynamically .
set dropdownClick=page.FindChild("ObjectIdentifier","combo_0", 6)
dropdownClick.Click
set subListitemClick=page.FindChild("ObjectIdentifier","Boys", 6)
subListitemClick.Click
How handle this type object .iam sending screen shots .please find the attached screen shots.
Regards,
Vijay