Uses of Class
com.ibm.team.fvt.tests.web.WebWindow

Packages that use WebWindow
com.ibm.team.fvt.tests.web   
 

Uses of WebWindow in com.ibm.team.fvt.tests.web
 

Subclasses of WebWindow in com.ibm.team.fvt.tests.web
 class WebDialog
          Abstract class for any window opened as a dialog in a browser page.
 class WebFramedDialog
          Abstract class for any dialog opened in a frame.
 class WebLinkHover<P extends WebPage>
          Abstract class for any window opened as a simple link hover in a browser page.
 class WebMenu
          Class to manage menus.
 class WebPopupMenuElement
          Deprecated. Use WebMenu instead
 class WebRichHover<P extends WebPage>
          Abstract class for any window opened as a rich hover in a browser page.
 class WebTextHover
          Abstract class for any window opened as a rich hover in a browser page.
 

Methods in com.ibm.team.fvt.tests.web with type parameters of type WebWindow
<W extends WebWindow>
W
WebMenu.clickItem(java.lang.String item, org.openqa.selenium.By windowBy, java.lang.Class<W> windowClass)
          Open the given menu by clicking on the given menu item.
<W extends WebWindow>
W
WebMenu.clickItem(java.lang.String item, java.lang.Class<W> windowClass)
          Open the given window by clicking on the given menu item.
static
<W extends WebWindow>
W
WebWindowFactory.createInstance(WebPage page, org.openqa.selenium.By locator, java.lang.Class<W> windowClass)
          Create an instance of the given web window class located in the given page.
static
<W extends WebWindow>
W
WebWindowFactory.createInstance(WebPage page, org.openqa.selenium.By locator, java.lang.Class<W> windowClass, java.lang.String... data)
          Create an instance of the given web window class located in the given page.
static
<W extends WebWindow>
W
WebWindowFactory.createInstance(WebPage page, java.lang.Class<W> windowClass)
          Create an instance of the given web window class located in the given page.