How to set selectedIndex of select element using display text as reference?
Example:
Add name attribute to your option:
Chicken
With that you can use the HTMLOptionsCollection.namedItem("Chicken").value to set the value of your select element.