Is it possible to handle microphone pop up on Chrome with Java-TestNG?
Hi Emma,
You can add the following capabilities below to handle the microphone pop up:
ChromeOptions options = new ChromeOptions();
options.addArguments("use-fake-ui-for-media-stream");