Package org.openqa.selenium.remote
Class RemoteLogs
- java.lang.Object
-
- org.openqa.selenium.remote.RemoteLogs
-
- All Implemented Interfaces:
org.openqa.selenium.logging.Logs
@Beta public class RemoteLogs extends java.lang.Object implements org.openqa.selenium.logging.Logs
-
-
Field Summary
Fields Modifier and Type Field Description protected ExecuteMethod
executeMethod
static java.lang.String
TYPE_KEY
-
Constructor Summary
Constructors Constructor Description RemoteLogs(ExecuteMethod executeMethod, org.openqa.selenium.logging.LocalLogs localLogs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.logging.LogEntries
get(java.lang.String logType)
java.util.Set<java.lang.String>
getAvailableLogTypes()
-
-
-
Field Detail
-
executeMethod
protected ExecuteMethod executeMethod
-
TYPE_KEY
public static final java.lang.String TYPE_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RemoteLogs
public RemoteLogs(ExecuteMethod executeMethod, org.openqa.selenium.logging.LocalLogs localLogs)
-
-
Method Detail
-
get
public org.openqa.selenium.logging.LogEntries get(java.lang.String logType)
- Specified by:
get
in interfaceorg.openqa.selenium.logging.Logs
-
getAvailableLogTypes
public java.util.Set<java.lang.String> getAvailableLogTypes()
- Specified by:
getAvailableLogTypes
in interfaceorg.openqa.selenium.logging.Logs
-
-