Class ServicedSession

java.lang.Object
org.openqa.selenium.grid.session.remote.RemoteSession
org.openqa.selenium.grid.session.remote.ServicedSession
All Implemented Interfaces:
ActiveSession, org.openqa.selenium.remote.http.HttpHandler, org.openqa.selenium.WrapsDriver

public class ServicedSession extends RemoteSession
  • Constructor Details

    • ServicedSession

      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.http.HttpHandler codec, org.openqa.selenium.remote.SessionId id, Map<String,Object> capabilities)
  • Method Details