public class ResultConfig extends Object
Constructor and Description |
---|
ResultConfig(String commandName,
Class<? extends RestishHandler<?>> handlerClazz,
DriverSessions sessions,
Logger log) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Throwable |
getRootExceptionCause(Throwable originalException) |
org.openqa.selenium.remote.Response |
handle(org.openqa.selenium.remote.Command command) |
int |
hashCode() |
protected RestishHandler |
populate(RestishHandler handler,
org.openqa.selenium.remote.Command command) |
public ResultConfig(String commandName, Class<? extends RestishHandler<?>> handlerClazz, DriverSessions sessions, Logger log)
protected RestishHandler populate(RestishHandler handler, org.openqa.selenium.remote.Command command)
public org.openqa.selenium.remote.Response handle(org.openqa.selenium.remote.Command command) throws Exception
Exception
Copyright © 2015. All rights reserved.