Protractor seems to be getting better every week and I am now using the 0.24 version. Unfortunately I was not able to find out how I can simulate clicking a value from a <select>
list.
Can someone give me an example of how they select a value from a populated <select>
or even better point me to a place in the documentation where this is explained. For reference I did see the question: How to select option in drop down protractorjs e2e tests however as things are changing so quickly I would like to know is if using xpath is still the recommended way to do a select or have any users come up with a better solutions with the latest version of Protractor. As I have a lot of coding to do I would like to be sure I am using the best approach.