Example #1
0
 /** 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));
 }
Example #2
0
 /** 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"));
 }