How to handle microphone pop-up on Chrome ?
Hello Mark,
You can add the below command under chrome options:
ChromeOptions options = new ChromeOptions();
options.addArguments("use-fake-ui-for-media-stream")
How to handle microphone pop-up on Chrome ?
Hello Mark,
You can add the below command under chrome options:
ChromeOptions options = new ChromeOptions();
options.addArguments("use-fake-ui-for-media-stream")