| Test Select |
||
| open | ./tests/html/test_select.html | |
| assertSelected | theSelect | Second Option |
| select | theSelect | index=4 |
| verifySelected | theSelect | Fifth Option |
| select | theSelect | Third Option |
| verifySelected | theSelect | Third Option |
| select | theSelect | label=Fourth Option |
| verifySelected | theSelect | Fourth Option |
| select | theSelect | value=option6 |
| verifySelected | theSelect | Sixth Option |
| select | theSelect | value= |
| verifySelected | theSelect | Empty Value Option |
| select | theSelect | id=o4 |
| verifySelected | theSelect | Fourth Option |