Uses of Interface
org.openqa.selenium.remote.http.HttpClient.Factory
-
Uses of HttpClient.Factory in org.openqa.selenium.remote.http
Methods in org.openqa.selenium.remote.http that return HttpClient.FactoryModifier and TypeMethodDescriptionstatic HttpClient.Factory
Creates a new instance ofHttpClient.Factory
with the given name.static HttpClient.Factory
HttpClient.Factory.createDefault()
Use thewebdriver.http.factory
system property to determine which implementation ofHttpClient.Factory
should be used.