Class RemoteLogs

java.lang.Object
org.openqa.selenium.remote.RemoteLogs
All Implemented Interfaces:
org.openqa.selenium.logging.Logs

@Beta public class RemoteLogs extends Object implements org.openqa.selenium.logging.Logs
  • Field Details

  • Constructor Details

    • RemoteLogs

      public RemoteLogs(ExecuteMethod executeMethod, org.openqa.selenium.logging.LocalLogs localLogs)
  • Method Details

    • 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