Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show code coverage feature in Chrome/Canary Dev Tools

Tags:

People also ask

Where we can see our code in dev tool?

Access Developer ToolsRight-click a page and select "Inspect Element". This displays the HTML code for the element you clicked. Select View > Developer > Developer tools.

How do I show the accessibility tree in Chrome?

To view the accessibility tree: In Chrome, right-click anywhere on the page and select “Inspect” to open Chrome Developer Tools. Under the “Elements” tab, click the “Accessibility” tab. The first item in the list is the Accessibility Tree.


Was reading using the chrome dev tools new code coverage feature and was having trouble trying to enable this feature.

I know that Canary enables this without the need to unflag, but I'm unsure where to locate this feature from within Chrome Devtools.