I'm using the following code in C# to select a value in a dropdown list:
new SelectElement(driver.FindElement(By.Name("element"))).SelectByIndex(2);
This works with Firefox and IE8 but not with Chrome, nothing gets selected. Are there any know issues with SelectElement? Any alternatives to get it to work in Chrome?
I'm using the standalone server 2.0rc3 and Chrome 12