Class GetSessionLogsHandler
- java.lang.Object
-
- org.openqa.selenium.remote.server.handler.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>>
-
-
Constructor Summary
Constructors Constructor Description GetSessionLogsHandler()
-
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
-
Methods inherited from interface org.openqa.selenium.remote.server.rest.RestishHandler
setJsonParameters
-
-
-
-
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 interfaceRestishHandler<java.util.Map<java.lang.String,org.openqa.selenium.logging.SessionLogs>>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-