I need to simulate a tab keypress in Selenium RC, using the Java API.
I do this after having entered some text using:
selenium.type(input, \"mytext\"); <
Try the official TAB char: \t or \u0009
\t
\u0009