org.openqa.selenium.logging
Interface Logs


@Beta
public interface Logs

Logs's interface.


Method Summary
 LogEntries get(String logType)
          Fetches the logs for the givem log type.
 

Method Detail

get

LogEntries get(String logType)
Fetches the logs for the givem log type. For more info on enabling logging, look at LoggingPreferences.

Parameters:
logType - String. Can be any of the values in LogType.
Returns:
all log entries for the specified logtype if enabled. Returns null if the log type is unknown by the dtiver.


Copyright © 2012. All Rights Reserved.