Class GetSessionLogsHandler

  • All Implemented Interfaces:
    RestishHandler<java.util.Map<java.lang.String,​org.openqa.selenium.logging.SessionLogs>>

    public class GetSessionLogsHandler
    extends java.lang.Object
    implements RestishHandler<java.util.Map<java.lang.String,​org.openqa.selenium.logging.SessionLogs>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.remote.Response getResponse()  
      java.util.Map<java.lang.String,​org.openqa.selenium.logging.SessionLogs> handle()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • GetSessionLogsHandler

        public GetSessionLogsHandler()
    • Method Detail

      • getResponse

        public org.openqa.selenium.remote.Response getResponse()
      • handle

        public java.util.Map<java.lang.String,​org.openqa.selenium.logging.SessionLogs> handle()
        Specified by:
        handle in interface RestishHandler<java.util.Map<java.lang.String,​org.openqa.selenium.logging.SessionLogs>>
      • toString

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