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 java.lang.Object
implements Logs


Field Summary
protected  ExecuteMethod executeMethod
           
static java.lang.String TYPE_KEY
           
 
Constructor Summary
RemoteLogs(ExecuteMethod executeMethod, LocalLogs localLogs)
           
 
Method Summary
 LogEntries get(java.lang.String logType)
           
 
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 java.lang.String TYPE_KEY
See Also:
Constant Field Values
Constructor Detail

RemoteLogs

public RemoteLogs(ExecuteMethod executeMethod,
                  LocalLogs localLogs)
Method Detail

get

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


Copyright © 2012. All Rights Reserved.