Class ProxyNodeWebsockets

java.lang.Object
org.openqa.selenium.grid.node.ProxyNodeWebsockets
All Implemented Interfaces:
BiFunction<String,Consumer<org.openqa.selenium.remote.http.Message>,Optional<Consumer<org.openqa.selenium.remote.http.Message>>>

public class ProxyNodeWebsockets extends Object implements BiFunction<String,Consumer<org.openqa.selenium.remote.http.Message>,Optional<Consumer<org.openqa.selenium.remote.http.Message>>>
  • Constructor Details

    • ProxyNodeWebsockets

      public ProxyNodeWebsockets(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, Node node, String gridSubPath)
  • Method Details