Change iframe works fine with Firefox webdriver and Chrome web driver but not with the Microsoft Edge Driver. All the other tests are working fine in Edge, but not changing iframes. I updated the Edge driver and Windows 10 because it's a known issue, but this still has not resolved my problem. Is there any other way to fix this?
driver.switchTo().defaultContent();
driver.switchTo().frame("settingiframe");
driver.findElement(By.id("LibraryConfigurations")).click();
Out come message will be : no such element found