I am trying to find out the JavaScript equivalent of the selectByIndex() method that is provided in the Java Webdriver API. I am trying to do what is addressed in this question (but using the WebdriverJS framework):
I have looked at the WebdriverJS source, but haven't found anything.
Is there a way to select an element based off of its index position using Selenium's Javascript Webdriver?