Class SelenideNettyClientFactory

java.lang.Object
org.openqa.selenium.remote.http.netty.NettyClient.Factory
com.codeborne.selenide.webdriver.SelenideNettyClientFactory
All Implemented Interfaces:
org.openqa.selenium.remote.http.HttpClient.Factory

@AutoService(org.openqa.selenium.remote.http.HttpClient.Factory.class) public class SelenideNettyClientFactory extends org.openqa.selenium.remote.http.netty.NettyClient.Factory
  • Constructor Details

    • SelenideNettyClientFactory

      public SelenideNettyClientFactory()
  • Method Details

    • createClient

      public org.openqa.selenium.remote.http.HttpClient createClient(org.openqa.selenium.remote.http.ClientConfig config)
      Specified by:
      createClient in interface org.openqa.selenium.remote.http.HttpClient.Factory
      Overrides:
      createClient in class org.openqa.selenium.remote.http.netty.NettyClient.Factory