Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionorg.openqa.selenium.remote.http.HttpClient.sendAsyncNative
(HttpRequest, HttpResponse.BodyHandler<T>) use JdkHttpClient#httpClient() instead.use JdkHttpClient#httpClient() instead.
-
Deprecated MethodsMethodDescriptionNot needed anymore. It's a bad idea to read the entire file to memory. It may cause OutOfMemory errors in case of large files.Use method
Contents.Supplier.contentAsString(Charset)instead.Use methodHttpMessage.contentAsString()insteadorg.openqa.selenium.remote.http.HttpClient.sendAsyncNative(HttpRequest, HttpResponse.BodyHandler<T>) use JdkHttpClient#httpClient() instead.use JdkHttpClient#httpClient() instead.