Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionlogging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.logging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.logging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.logging is not in the W3C WebDriver spec and CLIENT type is no longer supported.logging is not in the W3C WebDriver spec and PROFILER type is no longer supported.logging is not in the W3C WebDriver spec and SERVER type is no longer supported.logging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.logging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.logging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.logging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.logging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.logging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.logging is not in the W3C WebDriver spec and is no longer supported.logging is not in the W3C WebDriver spec and LocalLogs are no longer supported. Use
RemoteLogs(ExecuteMethod)instead.logging is not in the W3C WebDriver spec and LocalLogs are no longer supported.
-
Deprecated InterfacesInterfaceDescriptionlogging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.
-
Deprecated ClassesClassDescriptionlogging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.logging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.logging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.logging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.logging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.logging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.logging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.
-
Deprecated Enum ClassesEnum ClassDescriptionlogging is not in the W3C WebDriver spec and is no longer supported. This class will be removed in a future release.
-
Deprecated FieldsFieldDescriptionlogging is not in the W3C WebDriver spec and CLIENT type is no longer supported.logging is not in the W3C WebDriver spec and PROFILER type is no longer supported.logging is not in the W3C WebDriver spec and SERVER type is no longer supported.localStorage is not part of W3C WebDriver spec. Use ((JavascriptExecutor) driver).executeScript("window.localStorage.clear()") instead.sessionStorage is not part of W3C WebDriver spec. Use ((JavascriptExecutor) driver).executeScript("window.sessionStorage.clear()") instead.use
DriverCommand.DOWNLOAD_FILEinsteadlocalStorage is not part of W3C WebDriver spec. Use ((JavascriptExecutor) driver).executeScript("return window.localStorage.getItem('key')") instead.localStorage is not part of W3C WebDriver spec. Use ((JavascriptExecutor) driver).executeScript("return Object.keys(window.localStorage)") instead.localStorage is not part of W3C WebDriver spec. Use ((JavascriptExecutor) driver).executeScript("return window.localStorage.length") instead.sessionStorage is not part of W3C WebDriver spec. Use ((JavascriptExecutor) driver).executeScript("return window.sessionStorage.getItem('key')") instead.sessionStorage is not part of W3C WebDriver spec. Use ((JavascriptExecutor) driver).executeScript("return Object.keys(window.sessionStorage)") instead.sessionStorage is not part of W3C WebDriver spec. Use ((JavascriptExecutor) driver).executeScript("return window.sessionStorage.length") instead.localStorage is not part of W3C WebDriver spec. Use ((JavascriptExecutor) driver).executeScript("window.localStorage.removeItem('key')") instead.sessionStorage is not part of W3C WebDriver spec. Use ((JavascriptExecutor) driver).executeScript("window.sessionStorage.removeItem('key')") instead.localStorage is not part of W3C WebDriver spec. Use ((JavascriptExecutor) driver).executeScript("window.localStorage.setItem('key', 'value')") instead.sessionStorage is not part of W3C WebDriver spec. Use ((JavascriptExecutor) driver).executeScript("window.sessionStorage.setItem('key', 'value')") instead.
-
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()insteadlogging is not in the W3C WebDriver spec and is no longer supported.Use methodRemoteWebDriver.getDownloadedFiles()insteadlogging is not in the W3C WebDriver spec and LocalLogs are no longer supported.
-
Deprecated ConstructorsConstructorDescriptionUse constructor with
ClientConfigparameterlogging is not in the W3C WebDriver spec and LocalLogs are no longer supported. UseRemoteLogs(ExecuteMethod)instead.