Uses of Class
org.openqa.selenium.remote.http.ClientConfig
Packages that use ClientConfig
-
Uses of ClientConfig in org.openqa.selenium.remote.http
Methods in org.openqa.selenium.remote.http that return ClientConfigModifier and TypeMethodDescriptionClientConfig.authenticateAs
(org.openqa.selenium.Credentials credentials) ClientConfig.connectionTimeout
(Duration timeout) static ClientConfig
ClientConfig.defaultConfig()
RemoteCall.getConfig()
ClientConfig.readTimeout
(Duration timeout) ClientConfig.sslContext
(SSLContext sslContext) ClientConfig.withFilter
(Filter filter) ClientConfig.withRetries()
Methods in org.openqa.selenium.remote.http with parameters of type ClientConfigConstructors in org.openqa.selenium.remote.http with parameters of type ClientConfig -
Uses of ClientConfig in org.openqa.selenium.remote.http.jdk
Methods in org.openqa.selenium.remote.http.jdk with parameters of type ClientConfig