Hi Rajesh,
hope this will help u
or
actually that many properties is not required to select option from weblist
just u can pass only the unique property which is "html id" or "name" like below
Thanks & Regards,
G@veyom
hope this will help u
Code:
Browser("micclass:=Browser").Page("micclass:=Page").WebList("micclass:=weblist","html tag:=SELECT", "html id:=category ", "name:=category","select type:=ComboBox Select").Select "#1"
or
Code:
Browser("micclass:=Browser").Page("micclass:=Page").WebList("micclass:=weblist","html tag:=SELECT", "html id:=category ", "name:=category","select type:=ComboBox Select").Select 1
actually that many properties is not required to select option from weblist
just u can pass only the unique property which is "html id" or "name" like below
Code:
Browser("micclass:=Browser").Page("micclass:=Page").WebList("html id:=drpyear").Select 1
Thanks & Regards,
G@veyom