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

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

Hello Rhian,

You can add the syntax below under your chrome option:

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