| Test Key Events | ||
| open | ../tests/html/test_form_events.html | |
| keyPress | theTextbox | w | 
| keyPress | theTextbox | s | 
| keyUp | theTextbox | \44 | 
| keyDown | theTextbox | \98 | 
| verifyValue | eventlog | {keypress(theTextbox - 119)} {keypress(theTextbox - 115)} {keyup(theTextbox - 44)} {keydown(theTextbox - 98)} |