this.test.assertEvalEquals(function(){returndocument.querySelector('#test1').value;},"012",'CasperUtils.keyboardEvent() can set the value of a textarea');
this.test.assertEvalEquals(function(){returndocument.querySelector('#test2').selectedIndex;},3,'CasperUtils.keyboardEvent() can update the value of a select');
this.test.assertEvalEquals(function(){
returndocument.querySelector('#test1').value;
},"012",'CasperUtils.keyboardEvent() can set the value of a textarea');