12-04-2012, 03:30 PM
(This post was last modified: 12-04-2012, 04:30 PM by Shwethareddy.)
Hi,
Am facing an issue where i select the dropdown value as Test Month and the subsequent field should change as dropdown , where as it remains as text box which appears by default.
Have used the below code:
Thanks
Am facing an issue where i select the dropdown value as Test Month and the subsequent field should change as dropdown , where as it remains as text box which appears by default.
Have used the below code:
Code:
Set wlist=Description.Create
wlist("micclass").value="WebList"
wlist("name").value="FieldName_1"
Browser("title:=.*","micclass:=Browser").Page("title:=.*").Weblist(wlist).Select "Test Month"
wlist("name").value="Operator_1"
Browser("title:=.*","micclass:=Browser").Page("title:=.*").Weblist(wlist).Select "Equals"
wlist("name").value="tbxValue_1"
'Browser("title:=.*","micclass:=Browser").Page("title:=.*").Weblist(wlist).Select "December"