Search code examples
htmlmacosgoogle-chromegoogle-chrome-devtoolsdevtools

How to copy html elements from Chrome DevTools


On the recent version of Chrome for Mac, I can't copy HTML from devtools 'Elements' Tab. Instead of a right-click menu giving me the option to 'copy', I'm getting a right-click menu 'Speech'.

How can I copy HTML Elements with this version of Chrome ?

Version 77.0.3865.90 (Official Build) (64-bit)


Solution

  • I don't think this has changed; I'm running Chrome 77 on OSX:

    • CMDALTi
    • Select the Elements tab
    • Select a node
    • Right-click and select Copy (a sub-menu shows up with different copy options)

    enter image description here