org.openqa.selenium.remote.server.log
Class LoggingOptions
java.lang.Object
org.openqa.selenium.remote.server.log.LoggingOptions
public class LoggingOptions
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingOptions
public LoggingOptions()
dontTouchLogging
public boolean dontTouchLogging()
setDontTouchLogging
public void setDontTouchLogging(boolean newValue)
shortTermMemoryLoggerCapacity
public int shortTermMemoryLoggerCapacity()
isCaptureOfLogsOnQuitEnabled
public boolean isCaptureOfLogsOnQuitEnabled()
setCaptureLogsOnQuit
public void setCaptureLogsOnQuit(boolean captureLogs)
getLogOutFile
public File getLogOutFile()
setLogOutFileName
public void setLogOutFileName(String newLogOutFileName)
getLogOutFileName
public String getLogOutFileName()
setLogOutFile
public void setLogOutFile(File newLogOutFile)
getDefaultLogOutFile
public static String getDefaultLogOutFile()
Copyright © 2013. All Rights Reserved.