I\'m developing a Google Chrome extension which simulates keyboard events on a web-page.
I found that event.initKeyboardEvent() does not work properly b
event.initKeyboardEvent()
I found that chrome debugger protocol v1.1 is the definite answer to simulating key and mouse events from a Google Chrome extension. Part of the protocol is accessible through chrome.debugger API.