Class HtmlUnitLogs

  • All Implemented Interfaces:
    org.openqa.selenium.logging.Logs

    public class HtmlUnitLogs
    extends Object
    implements org.openqa.selenium.logging.Logs
    An implementation of the Logs interface for HtmlUnit. At the moment this is empty.
    Author:
    Ronald Brill
    • Constructor Detail

      • HtmlUnitLogs

        public HtmlUnitLogs​(WebClient webClient)
    • Method Detail

      • get

        public org.openqa.selenium.logging.LogEntries get​(String logType)
        Specified by:
        get in interface org.openqa.selenium.logging.Logs
      • getAvailableLogTypes

        public Set<String> getAvailableLogTypes()
        Specified by:
        getAvailableLogTypes in interface org.openqa.selenium.logging.Logs