Class ContainerLogs

java.lang.Object
org.openqa.selenium.docker.ContainerLogs

public class ContainerLogs extends Object
  • Constructor Details

    • ContainerLogs

      public ContainerLogs(ContainerId id, org.openqa.selenium.remote.http.Contents.Supplier contents)
  • Method Details

    • getLogLines

      @Deprecated public List<String> getLogLines()
      Deprecated.
      List of container logs might be very long. If you need to write down the logs, use getLogs() to avoid reading the whole content to memory.
    • getId

      public ContainerId getId()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getLogs

      public InputStream getLogs()