Package org.openqa.selenium.remote
Class NoSuchDriverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.remote.NoSuchDriverException
- All Implemented Interfaces:
Serializable
@NullMarked
public class NoSuchDriverException
extends org.openqa.selenium.WebDriverException
Thrown by
DriverFinder.getDriverPath()
(DriverService, Capabilities)}.- See Also:
-
Field Summary
Fields inherited from class org.openqa.selenium.WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchDriverException
(@Nullable String reason) NoSuchDriverException
(@Nullable String reason, @Nullable Throwable cause) -
Method Summary
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getHostInformation, getMessage, getRawMessage, getSystemInformation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchDriverException
-
NoSuchDriverException
-
-
Method Details
-
getSupportUrl
- Overrides:
getSupportUrl
in classorg.openqa.selenium.WebDriverException
-