How to handle camera pop ups on Chrome with C#- NUnit?

How to handle camera pop ups on Chrome with C#- NUnit ?

Hey Tom,

You can add the syntax below under your chrome option:

ChromeOptions options = new ChromeOptions();
options.addArguments(""use-fake-device-for-media-stream"");