Class GetLogHandler
- java.lang.Object
-
- org.openqa.selenium.remote.server.handler.WebDriverHandler<org.openqa.selenium.logging.LogEntries>
-
- org.openqa.selenium.remote.server.handler.GetLogHandler
-
- All Implemented Interfaces:
java.util.concurrent.Callable<org.openqa.selenium.logging.LogEntries>
,RestishHandler<org.openqa.selenium.logging.LogEntries>
public class GetLogHandler extends WebDriverHandler<org.openqa.selenium.logging.LogEntries>
RestishHandler used to fetch logs from the Remote WebDriver server.
-
-
Constructor Summary
Constructors Constructor Description GetLogHandler(Session session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.logging.LogEntries
call()
void
setJsonParameters(java.util.Map<java.lang.String,java.lang.Object> allParameters)
java.lang.String
toString()
-
Methods inherited from class org.openqa.selenium.remote.server.handler.WebDriverHandler
getDriver, getKnownElements, getScreenshot, getSession, getSessionId, getUnwrappedDriver, handle, newBySelector
-
-
-
-
Constructor Detail
-
GetLogHandler
public GetLogHandler(Session session)
-
-
Method Detail
-
setJsonParameters
public void setJsonParameters(java.util.Map<java.lang.String,java.lang.Object> allParameters) throws java.lang.Exception
- Throws:
java.lang.Exception
-
call
public org.openqa.selenium.logging.LogEntries call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-