ContextMenus - target element

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).

So is there any way to achieve this?

Thanks in advance.

If you are talking about WebExtensions, that has been discussed here:

If not, your Add-on will stop working in Firefox in 3 month anyway.

I was talking about WebExtensions. Missed that thread and looks like it is not supported yet.

Thanks for you reply!