org.kuali.student.lum.ui.selenium
Class TitlePresentCondition
java.lang.Object
   org.kuali.student.lum.ui.selenium.TitlePresentCondition
org.kuali.student.lum.ui.selenium.TitlePresentCondition
- All Implemented Interfaces: 
- com.google.common.base.Function<org.openqa.selenium.WebDriver,Boolean>, org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
- public class TitlePresentCondition 
- extends Object- implements org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
| Methods inherited from interface com.google.common.base.Function | 
| equals | 
 
expectedTitle
String expectedTitle
TitlePresentCondition
public TitlePresentCondition()
TitlePresentCondition
public TitlePresentCondition(String expectedTitle)
apply
public Boolean apply(org.openqa.selenium.WebDriver d)
- 
- Specified by:
- applyin interface- com.google.common.base.Function<org.openqa.selenium.WebDriver,Boolean>
 
- 
 
getExpectedTitle
public String getExpectedTitle()
- 
 
- 
 
setExpectedTitle
public void setExpectedTitle(String expectedTitle)
- 
 
- 
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.