Class UnsupportedCommandException

All Implemented Interfaces:
Serializable

public class UnsupportedCommandException extends WebDriverException
Used to indicate that a command used by the remote webdriver is unsupported.
See Also:
  • Constructor Details

    • UnsupportedCommandException

      public UnsupportedCommandException()
    • UnsupportedCommandException

      public UnsupportedCommandException(String message)
    • UnsupportedCommandException

      public UnsupportedCommandException(Throwable cause)
    • UnsupportedCommandException

      public UnsupportedCommandException(String message, Throwable cause)