Hello @VJR
Thank you for the response. I will respond to each point below
- Which action are you using to select it?
I am using the action Set-drop-down list value on web page
- Select options by name or by index - did you try both the options?
I am using Select Options by name as my list contains the exact name of the options available.
- Can you right click Inspect the element and are you able to see what the actual value of the dropdown is? Is it a plain simple html select tag? eg; <option value="AudiCar">"Audi"</option>
Yes is is a simple html select tag of the form <option value="1234">Audi "80"</option>
I am trying to select Audi "80"
Thanks