org.openqa.selenium.internal.selenesedriver
Class FindElement

java.lang.Object
  extended by org.openqa.selenium.internal.selenesedriver.AbstractElementFinder<java.util.Map<java.lang.String,java.lang.String>>
      extended by org.openqa.selenium.internal.selenesedriver.FindElement
All Implemented Interfaces:
SeleneseFunction<java.util.Map<java.lang.String,java.lang.String>>

public class FindElement
extends AbstractElementFinder<java.util.Map<java.lang.String,java.lang.String>>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.openqa.selenium.internal.selenesedriver.AbstractElementFinder
AbstractElementFinder.ImplicitWait
 
Constructor Summary
FindElement()
           
 
Method Summary
protected  java.util.Map<java.lang.String,java.lang.String> executeFind(Selenium selenium, java.lang.String how, java.lang.String using, java.lang.String parentLocator)
           
protected  java.util.Map<java.lang.String,java.lang.String> onFailure(java.lang.String how, java.lang.String using)
           
 
Methods inherited from class org.openqa.selenium.internal.selenesedriver.AbstractElementFinder
apply, implicitlyWait, newElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindElement

public FindElement()
Method Detail

executeFind

protected java.util.Map<java.lang.String,java.lang.String> executeFind(Selenium selenium,
                                                                       java.lang.String how,
                                                                       java.lang.String using,
                                                                       java.lang.String parentLocator)
Specified by:
executeFind in class AbstractElementFinder<java.util.Map<java.lang.String,java.lang.String>>

onFailure

protected java.util.Map<java.lang.String,java.lang.String> onFailure(java.lang.String how,
                                                                     java.lang.String using)
Specified by:
onFailure in class AbstractElementFinder<java.util.Map<java.lang.String,java.lang.String>>


Copyright © 2012. All Rights Reserved.