How to handle the "access to microphone" popup on Chrome browser?

Please help with the microphone pop up on Chrome.

Hi Alex,

You can add the below command under chrome options:

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