public class ServicedSession extends RemoteSession
Modifier and Type | Class and Description |
---|---|
static class |
ServicedSession.Factory |
log
Constructor and Description |
---|
ServicedSession(org.openqa.selenium.remote.service.DriverService service,
org.openqa.selenium.remote.Dialect downstream,
org.openqa.selenium.remote.Dialect upstream,
org.openqa.selenium.remote.server.SessionCodec codec,
org.openqa.selenium.remote.SessionId id,
java.util.Map<java.lang.String,java.lang.Object> capabilities) |
Modifier and Type | Method and Description |
---|---|
javax.management.ObjectName |
getObjectName() |
void |
stop() |
java.lang.String |
toString() |
execute, getCapabilities, getDownstreamDialect, getFileSystem, getId, getUpstreamDialect, getWrappedDriver
public ServicedSession(org.openqa.selenium.remote.service.DriverService service, org.openqa.selenium.remote.Dialect downstream, org.openqa.selenium.remote.Dialect upstream, org.openqa.selenium.remote.server.SessionCodec codec, org.openqa.selenium.remote.SessionId id, java.util.Map<java.lang.String,java.lang.Object> capabilities)