public class GetLogHandler extends WebDriverHandler<org.openqa.selenium.logging.LogEntries> implements JsonParametersAware
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
type |
Constructor and Description |
---|
GetLogHandler(Session session) |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.logging.LogEntries |
call() |
void |
setJsonParameters(java.util.Map<java.lang.String,java.lang.Object> allParameters) |
java.lang.String |
toString() |
getDriver, getKnownElements, getRealSessionId, getScreenshot, getSession, getSessionId, getUnwrappedDriver, handle, newBySelector
public GetLogHandler(Session session)
public org.openqa.selenium.logging.LogEntries call() throws java.lang.Exception
call
in interface java.util.concurrent.Callable<org.openqa.selenium.logging.LogEntries>
java.lang.Exception
public java.lang.String toString()
toString
in class java.lang.Object
public void setJsonParameters(java.util.Map<java.lang.String,java.lang.Object> allParameters)
setJsonParameters
in interface JsonParametersAware