protected class RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager extends java.lang.Object implements WebDriver.ImeHandler
Modifier | Constructor and Description |
---|---|
protected |
RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager() |
Modifier and Type | Method and Description |
---|---|
void |
activateEngine(java.lang.String engine)
Make an engines that is available (appears on the list returned by getAvailableEngines)
active.
|
void |
deactivate()
De-activate IME input (turns off the currently activated engine).
|
java.lang.String |
getActiveEngine()
Get the name of the active IME engine.
|
java.util.List<java.lang.String> |
getAvailableEngines()
All available engines on the machine.
|
boolean |
isActivated()
Indicates whether IME input active at the moment (not if it's available).
|
protected RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager()
public java.util.List<java.lang.String> getAvailableEngines()
WebDriver.ImeHandler
getAvailableEngines
in interface WebDriver.ImeHandler
public java.lang.String getActiveEngine()
WebDriver.ImeHandler
getActiveEngine
in interface WebDriver.ImeHandler
public boolean isActivated()
WebDriver.ImeHandler
isActivated
in interface WebDriver.ImeHandler
public void deactivate()
WebDriver.ImeHandler
deactivate
in interface WebDriver.ImeHandler
public void activateEngine(java.lang.String engine)
WebDriver.ImeHandler
activateEngine
in interface WebDriver.ImeHandler
engine
- name of engine to activate.