Deprecated API
Contents
-
Terminally Deprecated Elements
-
Deprecated Classes
-
Deprecated MethodsMethodDescriptionUse method
HasDownloads.getDownloadedFiles()insteadgetFtpProxy is deprecated and will be removed in a future release.setFtpProxy is deprecated and will be removed in a future release.Not 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 methodContents.Supplier.contentAsString(Charset)instead.Use methodHttpMessage.contentAsString()insteadUse methodRemoteWebDriver.getDownloadedFiles()instead