org.openqa.selenium.internal.selenesedriver
Class FindElements

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

public class FindElements
extends AbstractElementFinder<java.util.List<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
FindElements()
           
 
Method Summary
protected  java.util.List<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.List<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, convertToStrategyName, implicitlyWait, newElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindElements

public FindElements()
Method Detail

executeFind

protected java.util.List<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.List<java.util.Map<java.lang.String,java.lang.String>>>

onFailure

protected java.util.List<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.List<java.util.Map<java.lang.String,java.lang.String>>>


Copyright © 2011. All Rights Reserved.