org.kuali.student.lum.ui.selenium
Class TitlePresentCondition

java.lang.Object
  extended by 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>


Constructor Summary
TitlePresentCondition()
           
TitlePresentCondition(String expectedTitle)
           
 
Method Summary
 Boolean apply(org.openqa.selenium.WebDriver d)
           
 String getExpectedTitle()
           
 void setExpectedTitle(String expectedTitle)
           
 
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
 

Constructor Detail

TitlePresentCondition

public TitlePresentCondition()

TitlePresentCondition

public TitlePresentCondition(String expectedTitle)
Method Detail

apply

public Boolean apply(org.openqa.selenium.WebDriver d)
Specified by:
apply in interface com.google.common.base.Function<org.openqa.selenium.WebDriver,Boolean>

getExpectedTitle

public String getExpectedTitle()

setExpectedTitle

public void setExpectedTitle(String expectedTitle)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.