I am looking at a web page which has overwritten the right-click button so to display its own popup HTML element.
This prevents me from using Chrome Developer Tools to
you can use following code for re-enable mouse right click.
document.oncontextmenu = function(){}
and you can use shortcut key (Ctrl+Shift+i) to open inspect elements in chrome in windows OS.