While testing the page, I encountered a span element that is acting like a drop down select menu. The Selenium code designed for "select" elements does not seem to work properly, resulting in the following error:
TC failed with error:
org.openqa.selenium.support.ui.UnexpectedTagNameException:
Element should have been "select" but was "span"
Here is the Outer HTML snippet:
<img id="s_2_1_193_0_icon" class="applet-form-combo" data-allowdblclick="true" src="images/janna/down.gif" alt="Combobox Field" style="display: inline;">
<span role="status" aria-live="polite" class="ui-helper-hidden-accessible">
20 results are available, use up and down arrow keys to navigate.
</span>