How to handle camera pop ups on Chrome browser using Serenity?

Please help with the camera pop ups on Chrome browser using Serenity.

Hi Alex,

You need to pass the below command for to handle the camera popup:

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