How can I identify and switch to an <iframe> that only has a title, as shown:
<iframe frameborder="0" style="border: 0px none; width: 100%; height: 356px; min-width: 0px; min-height: 0px; overflow: auto;" dojoattachpoint="frame" title="Fill Quote" src="[URL REMOVED]">
I tried the below code, but it’s not working for me:
driver.switchTo().frame(driver.findElement(By.tagName("iframe")));