Package org.openqa.selenium.remote
Class ScreenshotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.remote.ScreenshotException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.openqa.selenium.WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID
-
Constructor Summary
ConstructorDescriptionScreenshotException
(String message) ScreenshotException
(String message, Throwable cause) ScreenshotException
(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getHostInformation, getMessage, getRawMessage, getSupportUrl, getSystemInformation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScreenshotException
-
ScreenshotException
-
ScreenshotException
-
-
Method Details
-
getBase64EncodedScreenshot
Deprecated, for removal: This API element is subject to removal in a future version.
-