Class Container


  • public class Container
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.logging.Logger LOG  
    • Constructor Summary

      Constructors 
      Constructor Description
      Container​(org.openqa.selenium.remote.http.HttpHandler client, ContainerId id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete()  
      ContainerId getId()  
      void start()  
      void stop​(java.time.Duration timeout)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        public static final java.util.logging.Logger LOG
    • Constructor Detail

      • Container

        public Container​(org.openqa.selenium.remote.http.HttpHandler client,
                         ContainerId id)
    • Method Detail

      • start

        public void start()
      • stop

        public void stop​(java.time.Duration timeout)
      • delete

        public void delete()