Class NoSuchDriverException

All Implemented Interfaces:
Serializable

public class NoSuchDriverException extends WebDriverException
Thrown by org.openqa.selenium.remote.service.DriverFinder#getResult(DriverService, Capabilities).
See Also:
  • Constructor Details

    • NoSuchDriverException

      public NoSuchDriverException(String reason)
    • NoSuchDriverException

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