Is it possible to open the start menu (click the start button and view the menu) programmatically? I'm trying to write automated tests using nightwatch (selenium helper) and I can confirm that the start button exists by looking for the ux-start-button class but it doesn't seem to recognize that the button exists when I click it. I have been able to get it to work with an older version of the extjs framework (http://dev.sencha.com/deploy/ext-4.0...p/desktop.html)