Uses of Class
com.ibm.team.fvt.tests.web.WebBrowser.PopupWindowState

Packages that use WebBrowser.PopupWindowState
com.ibm.team.fvt.tests.web   
 

Uses of WebBrowser.PopupWindowState in com.ibm.team.fvt.tests.web
 

Methods in com.ibm.team.fvt.tests.web that return WebBrowser.PopupWindowState
static WebBrowser.PopupWindowState WebBrowser.PopupWindowState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WebBrowser.PopupWindowState[] WebBrowser.PopupWindowState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ibm.team.fvt.tests.web with parameters of type WebBrowser.PopupWindowState
 boolean WebBrowser.waitForPopupWindowState(WebBrowser.PopupWindowState state, int seconds, boolean fail)
          Wait for a popup window to be opened and/or closed.