Class ScriptTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.ScriptTimeoutException
- All Implemented Interfaces:
Serializable
Thrown when an async execute script command does not complete in enough time.
- See Also:
-
Field Summary
Fields inherited from class WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID -
Constructor Summary
ConstructorsConstructorDescriptionScriptTimeoutException(String message) ScriptTimeoutException(String message, Throwable cause) ScriptTimeoutException(Throwable cause) -
Method Summary
Methods inherited from class WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getHostInformation, getMessage, getRawMessage, getSupportUrl, getSystemInformationMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScriptTimeoutException
public ScriptTimeoutException() -
ScriptTimeoutException
-
ScriptTimeoutException
-
ScriptTimeoutException
-