I’m trying to write a keyDown and keyUp for webdriver, similar to selenium. I know how to use Actions, but dint find a way to write a generic(working for special and normal keys) keyDown function.
Something like selenium which accepts keycode as well keys. Any ideas?
Look at the JavaDoc for KeyUpAction and KeyDownAction in org.openqa.selenium.interactions:
Moved to GitHub:
See also: