As I know, selenium keyDown(keyUp) method is only available for keys in modifiers (SHIFT, ALT, CTRL). I need to press SPACE key a certain amount of time.
I have a questions about key event handling in Selenium keyboard interface.
1. Why selenium does not permit keydown and keyup event for other general keys ?
2. Is there any workaround to achieve this goal ?
For now, I used Robot class to implement this, but I don't want to use this.