How to write a keyDown and keyUp for webdriver?

mikejjonesk

New Member
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?
 
Top