Hi all , following is the structure for combo box on webpage from which i want to select an element .The html structure follows like this (cant post original due to security issues)
Div tag
Ul tag
Li tag
Li tag
Ul tag closed
Div tag closed
I have tried it by fetching all the ul tags in IHTMLElementCollection on page and then try to select value using .Value,.SelectedIndex etc .Am stuck bad , please help.
Div tag
Ul tag
Li tag
Li tag
Ul tag closed
Div tag closed
I have tried it by fetching all the ul tags in IHTMLElementCollection on page and then try to select value using .Value,.SelectedIndex etc .Am stuck bad , please help.