Class WebElementHandler<T>
- java.lang.Object
-
- org.openqa.selenium.remote.server.handler.WebDriverHandler<T>
-
- org.openqa.selenium.remote.server.handler.WebElementHandler<T>
-
- All Implemented Interfaces:
java.util.concurrent.Callable<T>,RestishHandler<T>
- Direct Known Subclasses:
ClearElement,ClickElement,DescribeElement,DoubleTapOnElement,Down,ElementEquality,FindChildElement,FindChildElements,Flick,GetCssProperty,GetElementAttribute,GetElementDisplayed,GetElementEnabled,GetElementLocation,GetElementLocationInView,GetElementRect,GetElementSelected,GetElementSize,GetElementText,GetTagName,LongPressOnElement,Move,Scroll,SendKeys,SingleTapOnElement,SubmitElement,Up
public abstract class WebElementHandler<T> extends WebDriverHandler<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWebElementHandler(Session session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.openqa.selenium.WebElementgetElement()protected java.lang.StringgetElementAsString()protected java.lang.StringgetElementId()voidsetJsonParameters(java.util.Map<java.lang.String,java.lang.Object> allParameters)-
Methods inherited from class org.openqa.selenium.remote.server.handler.WebDriverHandler
getDriver, getKnownElements, getScreenshot, getSession, getSessionId, getUnwrappedDriver, handle, newBySelector
-
-
-
-
Constructor Detail
-
WebElementHandler
protected WebElementHandler(Session session)
-
-
Method Detail
-
setJsonParameters
public void setJsonParameters(java.util.Map<java.lang.String,java.lang.Object> allParameters) throws java.lang.Exception- Throws:
java.lang.Exception
-
getElement
protected org.openqa.selenium.WebElement getElement()
-
getElementId
protected java.lang.String getElementId()
-
getElementAsString
protected java.lang.String getElementAsString()
-
-