Forum Discussion

googleid_105206's avatar
googleid_105206
Contributor
13 years ago

How to select specfic List item from dropdown and Comobox

Hi

I am Working on Flex4.6 based application using testcomplete 8.6

I am facing issue while selecting  specfic List item from dropdown box and Comobox .

To identify flex objects i am using Flash Injector method.

 by using find child method to identify object.How can i select specific DropDown list by passing parameter. unable get dropdown object propertys and propertys  values. how can i Select dropdown and comobox list items.

Sub Test3

  Dim page

  Dim vobject

  Set page = Aliases.firefox.pageHttp1721661658080

  Call page.ToUrl("http://172.16.6.165:8080/")

 

Set navigatorContent = scroller.navigatorcontentAssets.dividedboxHdividedbox272.dividedboxVdividedbox273.navigatorcontentNavigatorcontent

Call navigatorContent.dropdownlistDropdownlist429.Click(74, 9)



Call vobject.group0.scrollerScroller871.listitemDefaultitemrenderer901.Click(60, 12)


Call navigatorContent.bordercontainerBordercontainer43.comboboxListsearchfields.ClickItem("REFID")


End Sub


Thanks,

Vijay

21 Replies