Class NodeOptions


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

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

      Constructors 
      Constructor Description
      NodeOptions​(Config config)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory, LocalNode.Builder node)  
      • 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

      • NodeOptions

        public NodeOptions​(Config config)
    • Method Detail

      • configure

        public void configure​(org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory,
                              LocalNode.Builder node)