Uses of Class
org.openqa.selenium.remote.http.ClientConfig
-
Packages that use ClientConfig Package Description org.openqa.selenium.grid.web org.openqa.selenium.remote org.openqa.selenium.remote.http org.openqa.selenium.remote.http.netty org.openqa.selenium.remote.tracing -
-
Uses of ClientConfig in org.openqa.selenium.grid.web
Methods in org.openqa.selenium.grid.web with parameters of type ClientConfig Modifier and Type Method Description HttpClient
RoutableHttpClientFactory. createClient(ClientConfig config)
-
Uses of ClientConfig in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote with parameters of type ClientConfig Modifier and Type Method Description RemoteWebDriverBuilder
RemoteWebDriverBuilder. config(ClientConfig config)
Allows precise control of theClientConfig
to use with remote instances.Constructors in org.openqa.selenium.remote with parameters of type ClientConfig Constructor Description HttpCommandExecutor(java.util.Map<java.lang.String,CommandInfo> additionalCommands, ClientConfig config, HttpClient.Factory httpClientFactory)
HttpCommandExecutor(ClientConfig config)
-
Uses of ClientConfig in org.openqa.selenium.remote.http
Methods in org.openqa.selenium.remote.http that return ClientConfig Modifier and Type Method Description ClientConfig
ClientConfig. authenticateAs(Credentials credentials)
ClientConfig
ClientConfig. baseUri(java.net.URI baseUri)
ClientConfig
ClientConfig. baseUrl(java.net.URL baseUrl)
static ClientConfig
ClientConfig. defaultConfig()
ClientConfig
RemoteCall. getConfig()
ClientConfig
ClientConfig. proxy(java.net.Proxy proxy)
ClientConfig
ClientConfig. readTimeout(java.time.Duration timeout)
ClientConfig
ClientConfig. withFilter(Filter filter)
ClientConfig
ClientConfig. withRetries()
Methods in org.openqa.selenium.remote.http with parameters of type ClientConfig Modifier and Type Method Description HttpClient
HttpClient.Factory. createClient(ClientConfig config)
Constructors in org.openqa.selenium.remote.http with parameters of type ClientConfig Constructor Description RemoteCall(ClientConfig config)
-
Uses of ClientConfig in org.openqa.selenium.remote.http.netty
Methods in org.openqa.selenium.remote.http.netty with parameters of type ClientConfig Modifier and Type Method Description HttpClient
NettyClient.Factory. createClient(ClientConfig config)
Constructors in org.openqa.selenium.remote.http.netty with parameters of type ClientConfig Constructor Description NettyHttpHandler(ClientConfig config, org.asynchttpclient.AsyncHttpClient client)
-
Uses of ClientConfig in org.openqa.selenium.remote.tracing
Methods in org.openqa.selenium.remote.tracing with parameters of type ClientConfig Modifier and Type Method Description HttpClient
TracedHttpClient.Factory. createClient(ClientConfig config)
-