How to handle microphone pop up on Chrome with Java-Selenide?

Can I handle microphone pop up on Chrome with Java-Selenide?

Hi Mark,

To handle the microphone pop-up, you can add the following capabilities below:

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