18

At a first glance it looks like very useful tool, however I cannot find any operation like Save or similar option.

enter image description here

Does anyone know whether it is possible to save the results analysed by the Chrome's Coverage tool? Thanks

Jessie Li
  • 3
  • 2
Morpheus
  • 8,829
  • 13
  • 51
  • 77
  • 2
    I don't know why this is closed. It seems pretty obvious that we would want some type of output that indicates what is and isn't being used in a particular document. – A.R. Jan 22 '18 at 14:33
  • 5
    Possible duplicate of [Chrome Devtools Coverage: how to save or capture code used code?](https://stackoverflow.com/questions/45106841/chrome-devtools-coverage-how-to-save-or-capture-code-used-code) – Andre Figueiredo Apr 08 '18 at 02:30
  • 1
    It's not currently possible, but there's a bug report for it: https://bugs.chromium.org/p/chromium/issues/detail?id=717195 – crenshaw-dev Jun 07 '18 at 13:48
  • @AndreFigueiredo how is this duplicate if this question has been asked earlier when the one in your link? :) I should say the other question should be marked as duplicate of this one :)) – Morpheus Feb 16 '19 at 05:57
  • 1
    @Morpheus yep you're right. that one 1 month newer. – Andre Figueiredo Feb 17 '19 at 03:39

1 Answers1

4

As mentioned int the comments above, and in the marked duplicate, a feature request has been filed for this.

In the meanwhile, as stated in the comments section of this page, one can use CoverageRange, FunctionCoverage or ScriptCoverage to gather the same data via Chrome's RDP.

virtualxtc
  • 390
  • 4
  • 21