So, I have a login controller, you can click login with mouse or press Enter key, like this:
Ext.define(\'My.controller.Login\', { extend: \'Ext.app.Cont
A more general way:
document.querySelector("what-ever-el-selector").click();
Tested on extjs 4.2.6
Cheers