magicspon
magicspon

Reputation: 926

How do I enable Chrome DevTools Experiments?

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

Upvotes: 11

Views: 11969

Answers (2)

Phạm Huy Phát
Phạm Huy Phát

Reputation: 1086

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

Upvotes: 0

magicspon
magicspon

Reputation: 926

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

Upvotes: 18

Related Questions