protected class RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager extends java.lang.Object implements WebDriver.ImeHandler
| Modifier | Constructor and Description |
|---|---|
protected |
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).
|
public java.util.List<java.lang.String> getAvailableEngines()
WebDriver.ImeHandlergetAvailableEngines in interface WebDriver.ImeHandlerpublic java.lang.String getActiveEngine()
WebDriver.ImeHandlergetActiveEngine in interface WebDriver.ImeHandlerpublic boolean isActivated()
WebDriver.ImeHandlerisActivated in interface WebDriver.ImeHandlerpublic void deactivate()
WebDriver.ImeHandlerdeactivate in interface WebDriver.ImeHandlerpublic void activateEngine(java.lang.String engine)
WebDriver.ImeHandleractivateEngine in interface WebDriver.ImeHandlerengine - name of engine to activate.