Package org.openqa.selenium.remote
Class RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
- java.lang.Object
-
- org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
-
- All Implemented Interfaces:
org.openqa.selenium.WebDriver.ImeHandler
- Enclosing class:
- RemoteWebDriver.RemoteWebDriverOptions
@Deprecated protected class RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager extends java.lang.Object implements org.openqa.selenium.WebDriver.ImeHandlerDeprecated.Will be removed. IME is not part of W3C WebDriver and does not work on browsers.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRemoteInputMethodManager()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidactivateEngine(java.lang.String engine)Deprecated.voiddeactivate()Deprecated.java.lang.StringgetActiveEngine()Deprecated.java.util.List<java.lang.String>getAvailableEngines()Deprecated.booleanisActivated()Deprecated.
-
-
-
Method Detail
-
getAvailableEngines
public java.util.List<java.lang.String> getAvailableEngines()
Deprecated.- Specified by:
getAvailableEnginesin interfaceorg.openqa.selenium.WebDriver.ImeHandler
-
getActiveEngine
public java.lang.String getActiveEngine()
Deprecated.- Specified by:
getActiveEnginein interfaceorg.openqa.selenium.WebDriver.ImeHandler
-
isActivated
public boolean isActivated()
Deprecated.- Specified by:
isActivatedin interfaceorg.openqa.selenium.WebDriver.ImeHandler
-
deactivate
public void deactivate()
Deprecated.- Specified by:
deactivatein interfaceorg.openqa.selenium.WebDriver.ImeHandler
-
activateEngine
public void activateEngine(java.lang.String engine)
Deprecated.- Specified by:
activateEnginein interfaceorg.openqa.selenium.WebDriver.ImeHandler
-
-