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
The way I solved this was delete the event listeners on the page. After I did that, I was able to copy the text and paste it in to my processor of choice.