Search code examples
javascriptgoogle-chromedebugginggoogle-chrome-devtoolsconsole.log

Chrome Dev Console no longer allows to copy console logged text


Before: I right click on the logged text and can select Copy to copy the logged texts.

Now: I right click on the logged text but no longer see any Copy option. I now only see the three options shown on the right side of the red box.

enter image description here

  • Env
    • Chrome version: Version 119.0.6045.123 (Official Build) (arm64)
    • OS: macOS Ventura.13.5.2
  • Save as allows to get the wanted texts but its too many extra steps.
  • Question: Is there any setting/workaround that would allow to directly copy console logged texts again?

Update: As of Version 119.0.6045.159 (Official Build) (arm64) - Text highlighting has been improved.


Solution

  • Seems to work fine for me as long as you highlight the text.

    enter image description here