com.ibm.team.fvt.tests.clm.pages.login
Class PopupLoginPage

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPage
      extended by com.ibm.team.fvt.tests.web.LoginPage
          extended by com.ibm.team.fvt.tests.clm.pages.login.PopupLoginPage

public class PopupLoginPage
extends com.ibm.team.fvt.tests.web.LoginPage

Popup login page.

This popup is opened when a Log In link is clicked on an already opened page (that typically occurs in distributed ).

Note that no page get is necessary in this peculiar case, just validate the credentials is enough to continue the execution.


Field Summary
 
Fields inherited from class com.ibm.team.fvt.tests.web.WebPage
NO_DATA
 
Constructor Summary
PopupLoginPage(java.lang.String url, ClmConfig config, com.ibm.team.fvt.tests.config.User user)
           
 
Method Summary
 
Methods inherited from class com.ibm.team.fvt.tests.web.LoginPage
login
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebPage
changeUser, checkHoverTitle, checkRichHover, get, getBrowser, getConfig, getLocation, getPage, getPage, getPageUsingBrowser, getUser, goBack, logout, openPage, openPage, openPageUsingBrowser, openPageUsingHoverTitle, openPageUsingLink, openPageUsingLink, openPageUsingLink, openPageUsingLink, openPageUsingLink, openPageUsingLink, refresh, richHoverOverLink, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PopupLoginPage

public PopupLoginPage(java.lang.String url,
                      ClmConfig config,
                      com.ibm.team.fvt.tests.config.User user)