public abstract class WebDriverHandler extends Object implements RestishHandler, Callable<ResultType>
Modifier | Constructor and Description |
---|---|
protected |
WebDriverHandler(Session session) |
Modifier and Type | Method and Description |
---|---|
protected org.openqa.selenium.WebDriver |
getDriver() |
protected KnownElements |
getKnownElements() |
protected org.openqa.selenium.remote.SessionId |
getRealSessionId() |
String |
getScreenshot() |
protected Session |
getSession() |
org.openqa.selenium.remote.SessionId |
getSessionId() |
protected org.openqa.selenium.WebDriver |
getUnwrappedDriver() |
ResultType |
handle() |
protected BySelector |
newBySelector() |
protected org.openqa.selenium.remote.Response |
newResponse() |
protected WebDriverHandler(Session session)
public final ResultType handle() throws Exception
handle
in interface RestishHandler
Exception
public org.openqa.selenium.remote.SessionId getSessionId()
public String getScreenshot()
protected org.openqa.selenium.WebDriver getDriver()
protected Session getSession()
protected KnownElements getKnownElements()
protected org.openqa.selenium.remote.Response newResponse()
protected org.openqa.selenium.remote.SessionId getRealSessionId()
protected BySelector newBySelector()
protected org.openqa.selenium.WebDriver getUnwrappedDriver()
Copyright © 2014. All rights reserved.