Fetch Selected value from a drop down

Hi,

I have an automation where I want to fetch selected value from a drop down. When I try to configure the drop down it does not provide any option to fetch the selected value. There are options for setting value, control exists etc.

How can we achieve fetching selected value from a drop down using assist edge.

Thanks and Regards,
Vibhor Mahajan

Hi,

For dropdown control if it has been defined with option or select anchor tag you will get Select by Value and Select by Index interaction

Regards,
Amit

Hi Amit,

I get the options

  1. Selectlist by Text
    2.SelectList by Value.

But these two activities are used to set the value in the drop down.
What I want to achieve is reading the selected value from a dropdown.

Thanks and Regards,
Vibhor Mahajan

Hi,

For that purpose you will have to use Execute Java Script activity

Regards,
Amit Anand

How to use select by index in automation studio. Where I have to provide input values?