Is there a way to use javascript to programmatically get the context menu items that are available when a right click event is generated within a browser.
For example in Chrome be able to have an array filled with the following: Back,Forward,Reload,Save as, Print, Translate to English, View page source, View page info and so on.
Is it possible to get such values without the need for generating a right click event so the context menu doesn't appear on the user's browser?
Thanks