I'm trying to write a Chrome Extension for the Google Apps Script editor so I can assign a keyboard shortcut that will make testing Web Apps a one step process instead of having to go through 4 different menus with ten steps just to see if a small addition to the UI or script has a bug...
I'm able to select all of the buttons I need when the menu is open, however, they don't exist until the menu is opened and I'm unable to programmatically control the ARIA menu system as I do with normal elements... can someone point me in the right direction?