|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
protected class RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
Constructor Summary | |
---|---|
protected |
RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager()
|
Method Summary | |
---|---|
void |
activateEngine(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). |
String |
getActiveEngine()
Get the name of the active IME engine. |
List<String> |
getAvailableEngines()
All available engines on the machine. |
boolean |
isActivated()
Indicates whether IME input active at the moment (not if it's available). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager()
Method Detail |
---|
public List<String> getAvailableEngines()
WebDriver.ImeHandler
getAvailableEngines
in interface WebDriver.ImeHandler
public 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(String engine)
WebDriver.ImeHandler
activateEngine
in interface WebDriver.ImeHandler
engine
- name of engine to activate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |