org.openqa.selenium.internal.selenesedriver
Class ElementFunction<T>

java.lang.Object
  extended by org.openqa.selenium.internal.selenesedriver.ElementFunction<T>
All Implemented Interfaces:
SeleneseFunction<T>
Direct Known Subclasses:
ClearElement, ClickElement, GetElementAttribute, GetElementText, GetElementValue, GetSize, GetTagName, IsElementDisplayed, IsElementEnabled, IsElementSelected, SendKeys, SubmitElement

public abstract class ElementFunction<T>
extends Object
implements SeleneseFunction<T>


Constructor Summary
ElementFunction()
           
 
Method Summary
protected  String escape(String toEscape)
           
 String getLocator(Map<String,?> parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openqa.selenium.internal.selenesedriver.SeleneseFunction
apply
 

Constructor Detail

ElementFunction

public ElementFunction()
Method Detail

getLocator

public String getLocator(Map<String,?> parameters)

escape

protected String escape(String toEscape)


Copyright © 2012. All Rights Reserved.