Class DriverConfigurationError

  • All Implemented Interfaces:
    Serializable

    public class DriverConfigurationError
    extends RuntimeException
    Thrown when the test runner tries to use an unsupported WebDriver driver. This is checked when the test runner is first set up, so if it occurs during a test run, something very unexpected has happened.
    Author:
    johnsmart
    See Also:
    Serialized Form
    • Constructor Detail

      • DriverConfigurationError

        public DriverConfigurationError​(String message)
      • DriverConfigurationError

        public DriverConfigurationError​(String message,
                                        Throwable cause)
        Give some details about this very rare error.