com.ibm.team.fvt.tests.web
Class WebBrowserFrame

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebBrowserFrame
Direct Known Subclasses:
WebElementFrame, WebIndexedFrame, WebNamedFrame

public abstract class WebBrowserFrame
extends java.lang.Object

Abstract class for frame used in browser page.

WebDriver API allow to select a browser frame either using an index, a name or a web element. This abstract class allow user to switch to a frame without having to know how to it's accessible through the driver (see switchTo()).

It also allow to get the web element, the index or the name of the current frame.


Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait