Forum Discussion
- Anumakonda_maheFrequent ContributorHi ravi,
Check this Code, pls. update the code which is bold with you application dropdow aliase path.
Sub Droplist()
Dim Dlist, Listcount
Dlist = Aliases.iexplore.MainPage.formF1.table.cell1.table.cell.frameAppbody.frameBodyframe.formForm1.tableTt.cell.tableTable1.cellMaintd38.panelPanel1.tableDynamictable.cellMaintd17.selectOptiontype1.wItemList
Listcount = Split (Dlist,";")
For i = 0 to uBound(Listcount)
Log.Message(Listcount(i))
Next
End SuB