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")
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")