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)
    • RemoteLogs

      @Deprecated(forRemoval=true) public RemoteLogs(ExecuteMethod executeMethod, org.openqa.selenium.logging.LocalLogs localLogs)
      Deprecated, for removal: This API element is subject to removal in a future version.
      logging is not in the W3C WebDriver spec and LocalLogs are no longer supported. Use RemoteLogs(ExecuteMethod) instead.
  • Method Details

    • get

      @NullMarked 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