Class NoSuchDriverException

All Implemented Interfaces:
Serializable

public class NoSuchDriverException extends WebDriverException
Thrown by DriverFinder.getDriverPath() (DriverService, Capabilities)}.
See Also:
  • Constructor Details

    • NoSuchDriverException

      public NoSuchDriverException(String reason)
    • NoSuchDriverException

      public NoSuchDriverException(String reason, Throwable cause)
  • Method Details