Uses of Interface
org.openqa.selenium.remote.http.Filter
-
-
Uses of Filter in org.openqa.selenium.remote.http
Classes in org.openqa.selenium.remote.http that implement Filter Modifier and Type Class Description classAddSeleniumUserAgentclassDumpHttpExchangeFilterclassRetryRequestMethods in org.openqa.selenium.remote.http that return Filter Modifier and Type Method Description default FilterFilter. andThen(Filter next)FilterClientConfig. filter()Methods in org.openqa.selenium.remote.http with parameters of type Filter Modifier and Type Method Description default FilterFilter. andThen(Filter next)default HttpHandlerHttpHandler. with(Filter filter)default RoutableRoutable. with(Filter filter)ClientConfigClientConfig. withFilter(Filter filter)
-