How do I enable Chrome DevTools Experiments?
Asked Answered
E

2

11

I've just installed Google Canary on my Mac. I want to have a play with the Experiments in the google developer tools. But I can't for the life of me find where/how to enable them.

I specifically want to look at using/editing SASS in the browser.

Thanks dave

Eveland answered 28/3, 2013 at 10:35 Comment(0)
E
18

Found it

In chrome go to chrome://flags and enable it there.

  1. Go to chrome://flags.
  2. Find Developer Tools Experiments.
  3. Enable it.
  4. Click Relaunch Now to relaunch Chrome.

In the DevTools settings, there's now a new Experiments tab.

Cheers

Eveland answered 28/3, 2013 at 10:57 Comment(2)
I just installed Google Chrome Version 89.0.4387.3 (Official Build) canary (64-bit). When I search in chrome://flags, I could not find "Developer Tools Experiments". What version of chrome canary is needed to find this flag?Kermes
It is no longer necessary to enable this via chrome:flags for the Protocol Monitor. You can skip this stepIzawa
H
0

For Protocol Monitor, beside turning on the Cogs Icon > Experiments > Monitor.

enter image description here

You will also have to go back to the console and toggle the protocol panel by pressing Cmd + Shift + P and choose Show Protocol Monitor

enter image description here

Harrison answered 21/5 at 0:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.