Exemplo n.º 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));
 }
Exemplo n.º 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"));
 }