com.atlassian.webdriver.waiter.webdriver.function.field
Class StartsWithFunction

java.lang.Object
  extended by com.atlassian.webdriver.waiter.webdriver.function.field.StartsWithFunction
All Implemented Interfaces:
ConditionFunction, com.google.common.base.Function<org.openqa.selenium.WebDriver,Boolean>

public class StartsWithFunction
extends Object
implements ConditionFunction

Since:
2.1.0

Constructor Summary
StartsWithFunction(WebElementFieldRetriever fieldRetriever, String value)
           
 
Method Summary
 Boolean apply(org.openqa.selenium.WebDriver from)
           
 
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

StartsWithFunction

public StartsWithFunction(WebElementFieldRetriever fieldRetriever,
                          String value)
Method Detail

apply

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


Copyright © 2014 Atlassian. All rights reserved.