I am trying to get the option value of a select element using Protractor. However, I\'m not able to find the option element.
HTML
&l
ok again I have now been able to figure out how to grab the option element with protractor.
the example code below shows how to accomplish this.
ptor.findElement(protractor.By.css('select option:nth-child(value of the option you require IE: the number)')).click();