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.ImeHandler
Deprecated.Will be removed. IME is not part of W3C WebDriver and does not work on browsers.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RemoteInputMethodManager()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
activateEngine(java.lang.String engine)
Deprecated.void
deactivate()
Deprecated.java.lang.String
getActiveEngine()
Deprecated.java.util.List<java.lang.String>
getAvailableEngines()
Deprecated.boolean
isActivated()
Deprecated.
-
-
-
Method Detail
-
getAvailableEngines
public java.util.List<java.lang.String> getAvailableEngines()
Deprecated.- Specified by:
getAvailableEngines
in interfaceorg.openqa.selenium.WebDriver.ImeHandler
-
getActiveEngine
public java.lang.String getActiveEngine()
Deprecated.- Specified by:
getActiveEngine
in interfaceorg.openqa.selenium.WebDriver.ImeHandler
-
isActivated
public boolean isActivated()
Deprecated.- Specified by:
isActivated
in interfaceorg.openqa.selenium.WebDriver.ImeHandler
-
deactivate
public void deactivate()
Deprecated.- Specified by:
deactivate
in interfaceorg.openqa.selenium.WebDriver.ImeHandler
-
activateEngine
public void activateEngine(java.lang.String engine)
Deprecated.- Specified by:
activateEngine
in interfaceorg.openqa.selenium.WebDriver.ImeHandler
-
-