|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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. |
|
|
WebMenu.clickItem(java.lang.String item,
java.lang.Class<W> windowClass)
Open the given window by clicking on the given menu item. |
|
static
|
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
|
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
|
WebWindowFactory.createInstance(WebPage page,
java.lang.Class<W> windowClass)
Create an instance of the given web window class located in the given page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |