Class HtmlUnitLogs
- java.lang.Object
-
- org.openqa.selenium.htmlunit.logging.HtmlUnitLogs
-
- All Implemented Interfaces:
org.openqa.selenium.logging.Logs
public class HtmlUnitLogs extends Object implements org.openqa.selenium.logging.Logs
An implementation of theLogs
interface for HtmlUnit. At the moment this is empty.- Author:
- Ronald Brill
-
-
Constructor Summary
Constructors Constructor Description HtmlUnitLogs(WebClient webClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.logging.LogEntries
get(String logType)
Set<String>
getAvailableLogTypes()
-
-
-
Constructor Detail
-
HtmlUnitLogs
public HtmlUnitLogs(WebClient webClient)
-
-