Class CreateSessionRequest


  • public class CreateSessionRequest
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateSessionRequest​(java.util.Set<org.openqa.selenium.remote.Dialect> downstreamDialects, org.openqa.selenium.Capabilities capabilities, java.util.Map<java.lang.String,​java.lang.Object> metadata)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.Capabilities getCapabilities()  
      java.util.Set<org.openqa.selenium.remote.Dialect> getDownstreamDialects()  
      java.util.Map<java.lang.String,​java.lang.Object> getMetadata()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CreateSessionRequest

        public CreateSessionRequest​(java.util.Set<org.openqa.selenium.remote.Dialect> downstreamDialects,
                                    org.openqa.selenium.Capabilities capabilities,
                                    java.util.Map<java.lang.String,​java.lang.Object> metadata)
    • Method Detail

      • getDownstreamDialects

        public java.util.Set<org.openqa.selenium.remote.Dialect> getDownstreamDialects()
      • getCapabilities

        public org.openqa.selenium.Capabilities getCapabilities()
      • getMetadata

        public java.util.Map<java.lang.String,​java.lang.Object> getMetadata()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object