How to handle camera pop ups on Chrome using Specflow?

How to handle camera pop ups on Chrome using Specflow?

Hi Macy-Davis,

You can add it with the chrome option as shown below -

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