Uses of Class
jp.vmi.selenium.selenese.log.LogFilter
| Package | Description |
|---|---|
| jp.vmi.selenium.selenese | |
| jp.vmi.selenium.selenese.log |
-
Uses of LogFilter in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese that return types with arguments of type LogFilter Modifier and Type Method Description EnumSet<LogFilter>Context. getLogFilter()Get list of disabled page information.EnumSet<LogFilter>NullContext. getLogFilter()EnumSet<LogFilter>Runner. getLogFilter() -
Uses of LogFilter in jp.vmi.selenium.selenese.log
Methods in jp.vmi.selenium.selenese.log that return LogFilter Modifier and Type Method Description static LogFilterLogFilter. valueOf(String name)Returns the enum constant of this type with the specified name.static LogFilter[]LogFilter. values()Returns an array containing the constants of this enum type, in the order they are declared.