How to handle microphone pop up on Chrome ?
Hey Richard. Hall,
You need to 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 ?
Hey Richard. Hall,
You need to add the below command under chrome options
ChromeOptions options = new ChromeOptions();
options.addArguments("use-fake-ui-for-media-stream")