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:
java.io.Serializable
public class ScreenshotException extends org.openqa.selenium.WebDriverException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScreenshotException(java.lang.String screenGrab)
ScreenshotException(java.lang.String screenGrab, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBase64EncodedScreenshot()
-
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getHostInformation, getMessage, getRawMessage, getSupportUrl, getSystemInformation
-
-