public class TitlePresentCondition extends Object implements org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
| Constructor and Description |
|---|
TitlePresentCondition() |
TitlePresentCondition(String expectedTitle) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
apply(org.openqa.selenium.WebDriver d) |
String |
getExpectedTitle() |
void |
setExpectedTitle(String expectedTitle) |
public TitlePresentCondition()
public TitlePresentCondition(String expectedTitle)
public Boolean apply(org.openqa.selenium.WebDriver d)
apply in interface com.google.common.base.Function<org.openqa.selenium.WebDriver,Boolean>public String getExpectedTitle()
public void setExpectedTitle(String expectedTitle)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.