org.openqa.selenium.remote
Class RemoteLogs

java.lang.Object
  extended by org.openqa.selenium.remote.RemoteLogs
All Implemented Interfaces:
Logs

@Beta
public class RemoteLogs
extends Object
implements Logs


Field Summary
protected  ExecuteMethod executeMethod
           
static String TYPE_KEY
           
 
Constructor Summary
RemoteLogs(ExecuteMethod executeMethod, LocalLogs localLogs)
           
 
Method Summary
 LogEntries get(String logType)
           
 Set<String> getAvailableLogTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executeMethod

protected ExecuteMethod executeMethod

TYPE_KEY

public static final String TYPE_KEY
See Also:
Constant Field Values
Constructor Detail

RemoteLogs

public RemoteLogs(ExecuteMethod executeMethod,
                  LocalLogs localLogs)
Method Detail

get

public LogEntries get(String logType)
Specified by:
get in interface Logs

getAvailableLogTypes

public Set<String> getAvailableLogTypes()
Specified by:
getAvailableLogTypes in interface Logs


Copyright © 2013. All Rights Reserved.