07-02-2011, 04:56 PM
Hi,
In my project, while starting the automation i need a dropdown that prompts the user to select one option from a set of scenarios which has to be executed. Say Automation Starts (F5 ) with the following popup:
Scenario Selection
---------------------
Please Select one option:
[Dropdown having content]
1) Addition
2) Substraction
3) Multiplication
4) Division
So what i need is the code to create dropdown in vbscript.
While googling, i got one thread like we can use IE instance for creating a dropdown. If so, please give me a demo code from which i can start exploring.
In my project, while starting the automation i need a dropdown that prompts the user to select one option from a set of scenarios which has to be executed. Say Automation Starts (F5 ) with the following popup:
Scenario Selection
---------------------
Please Select one option:
[Dropdown having content]
1) Addition
2) Substraction
3) Multiplication
4) Division
So what i need is the code to create dropdown in vbscript.
While googling, i got one thread like we can use IE instance for creating a dropdown. If so, please give me a demo code from which i can start exploring.