Hi
I want to select an option from a drop-box on the web session using the label name as a variable.
For example: I tried using the following piece of code as a part of my procedure
Action: Select
Session: RGW
Description: name=WAVE0_ENABLE label=$wireless_enable
where $wireless_enable="Enabled"
I get an error "Invalid web step, one or more specified options could not be found", but when I directly use the command
name=WAVE0_ENABLE label=Enabled, I see no failure. Is there a way I can make use of variable substitution instead of
hard coding it?
Regards
Ramachandran Shankar