Class ImeNotAvailableException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class ImeNotAvailableException
    extends WebDriverException
    Deprecated.
    Will be removed. IME is not part of W3C WebDriver and does not work on browsers.
    Indicates that IME support is not available. This exception is thrown for every IME-related method call if IME support is not available on the machine.
    See Also:
    Serialized Form
    • Constructor Detail

      • ImeNotAvailableException

        public ImeNotAvailableException​(java.lang.String message)
        Deprecated.
      • ImeNotAvailableException

        public ImeNotAvailableException​(java.lang.String message,
                                        java.lang.Throwable cause)
        Deprecated.