Test Select Events
open ./tests/html/test_form_events.html  
verifyValue theSelect  
verifyValue eventlog  
select theSelect First Option
verifyValue theSelect option1
verifyValue eventlog {focus(theSelect)} {change(theSelect)} {blur(theSelect)}
type eventlog  
select theSelect First Option
verifyValue theSelect option1
verifyValue eventlog {focus(theSelect)} {blur(theSelect)}
type eventlog  
select theSelect Empty Option
verifyValue theSelect
verifyValue eventlog {focus(theSelect)} {change(theSelect)} {blur(theSelect)}
assertErrorOnNext Option with label 'Not an option' not found
select theSelect Not an option