This is a Browser Action API.
_keyPress simulates pressing a keyboard key on the given element.
_keyPress( element, character, COMBO_KEY ) The parameters are:
_keyPress(document.body, ‘a’); _keyPress(document.body, ‘a “CTRL”);