How to handle microphone pop-up on Chrome in Geb framework?
Hey Helen,
Please use this script to allow microphone pop.
driver.get("https://www.onlinemictest.com/");
Thread.sleep(3000);
driver.findElement(By.xpath("//a[@id='start-test']")).click();
Thread.sleep(2000);