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 |
select | theSelect | |
verifySelected | theSelect | |
verifySelectedOptions | theSelect | |
assertErrorOnNext | Option with label 'Not an option' not found | |
select | theSelect | Not an option |
assertErrorOnNext | Not a multi-select | |
addSelection | theSelect | Fourth Option |
assertErrorOnNext | Not a multi-select | |
removeSelection | theSelect | Fourth Option |
verifySelectOptions | theSelect | First Option,Second Option,Third Option,Fourth Option,Fifth Option,Sixth Option,Empty Value Option, |