I am having difficulties with webdriver switching its focus to an iframe I have tried all standard webdriver commands including below without much luck ... i really appreciate if some one could help with this ?
driver.switchTo().frame(driver.findElement(By.tagName("iframe")));
Here is my html code:
<iframe class="x-component x-fit-item x-component-default" frameborder="0" src="/portal/page?libraryContext=7934fbba34c3d5bb965bcc33ff3a45acef04ff13d6e700ed7cc64a926f62db8e&siteId=LT1&menu=wm.config#wm.config.warehouse.warehouse////" name="1stPage:wm.config.warehouse.warehouse;Menu:wm.config;Ctx:7934fbba34c3d5bb965bcc33ff3a45acef04ff13d6e700ed7cc64a926f62db8e-1515619700794" data-lifecycle-participant="true" id="jdaIFrame-1026" style="margin: 0px; width: 1319px; height: 924px;"></iframe>