org.openqa.selenium.internal.selenesedriver
Class AbstractElementFinder<T>
java.lang.Object
org.openqa.selenium.internal.selenesedriver.AbstractElementFinder<T>
- All Implemented Interfaces:
- SeleneseFunction<T>
- Direct Known Subclasses:
- FindElement, FindElements
public abstract class AbstractElementFinder<T>
- extends java.lang.Object
- implements SeleneseFunction<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractElementFinder
public AbstractElementFinder()
executeFind
protected abstract T executeFind(Selenium selenium,
java.lang.String how,
java.lang.String using,
java.lang.String parentLocator)
onFailure
protected abstract T onFailure(java.lang.String how,
java.lang.String using)
newElement
protected java.util.Map<java.lang.String,java.lang.String> newElement(java.lang.String key)
apply
public T apply(Selenium selenium,
java.util.Map<java.lang.String,?> args)
- Specified by:
apply
in interface SeleneseFunction<T>
implicitlyWait
public AbstractElementFinder.ImplicitWait implicitlyWait()
Copyright © 2012. All Rights Reserved.