public abstract class ProtocolConvertingSession extends BaseActiveSession
| Modifier | Constructor and Description |
|---|---|
protected |
ProtocolConvertingSession(org.openqa.selenium.remote.http.HttpClient client,
org.openqa.selenium.remote.SessionId id,
java.net.URL url,
org.openqa.selenium.remote.Dialect downstream,
org.openqa.selenium.remote.Dialect upstream,
org.openqa.selenium.Capabilities capabilities) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.openqa.selenium.remote.http.HttpRequest req,
org.openqa.selenium.remote.http.HttpResponse resp) |
asSession, getCapabilities, getDownstreamDialect, getId, getUpstreamDialect, getUriclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstopprotected ProtocolConvertingSession(org.openqa.selenium.remote.http.HttpClient client,
org.openqa.selenium.remote.SessionId id,
java.net.URL url,
org.openqa.selenium.remote.Dialect downstream,
org.openqa.selenium.remote.Dialect upstream,
org.openqa.selenium.Capabilities capabilities)