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

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

Hello Richard,

To handle microphone pop up on Chrome with Java-Cucumber, you can add the following capabilities below:

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