How to handle microphone pop up on Chrome with xUnit?

Can you please help me with how to handle microphone pop up on Chrome with xUnit?

Hi Mark,

You need to add the following syntax under your chrome options to handle the microphone pop up:

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