/** Given the frame ID it will break out frame to the current window */ public void breakOutFrame(int iFrameNum) { get(se.element().getAttribute(By.tagName("iframe"), "src", iFrameNum)); }
/** Given the frame ID it will break out frame to the current window */ public void breakOutFrame(String iFrameID) { get(se.element().getAttribute(By.id(iFrameID), "src")); }