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

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.AutomaticLoginPage

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

Popup login page.

This popup is opened when a automatic login should occur but it's blocked by a certificate window (typically for Internet Explorer).

Note that it's always supposed to be logged in because as soon as the Login button is pressed, the popup is supposed to vanish...


Field Summary
 
Fields inherited from class com.ibm.team.fvt.tests.web.WebPage
NO_DATA
 
Constructor Summary
AutomaticLoginPage(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

AutomaticLoginPage

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