I'm using Selenium IDE in Firefox to build test cases.
When I right-click on a select box and choose "Show All Available Commands," assertValue is always grayed out. With text boxes and option boxes, I can use assertValue to make sure that a specific value is set. Why is this functionality not available for select boxes? Or is there a trick needed to make Selenium IDE let me user assertValue on an HTML select box?
If you want a concrete example, try the following:
- Start a new Selenium IDE Test Case.
- Open http://www.google.com/advanced_search
- Near the bottom of the page, there is an HTML select box for "Language" which defaults to "Any Language." Right-Click on "Any Language" and go to "Show All Available Commands," and
assertValuewill be grayed out. Why can't I useassertValueon this select box?