How to select a specific dropdown item using JavaScript
I've created a dropdown menu named "Product" with 3 items in this order : "item1", "item2" and "item3".
Wondering if someone can help me with the javascript code that will allow "item2" to be selected.
Thanks
