I’m using ContextMenus in my background script. I want to know which element was clicked when menu was triggered. Unfortunately info object does not contain this information. I’ve tried with document.activeElement (executed as content script) but this work only with form elements (for any other it points to body).