Unable to click elements inside the frame

Did you try this?

driver.switchTo().frame("iframe");
driver.findElement(By.xpath(".//*[@id='btn_submit']")).click();

Leave a Comment