How to handle microphone pop up on Chrome browser using Serenity?

Please help with the microphone pop up on Chrome browser using Serenity.

Hi Alex,

You can add the following command to handle the microphone popup:

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