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

public class ScreenshotException extends org.openqa.selenium.WebDriverException
See Also:
  • Constructor Details

    • ScreenshotException

      public ScreenshotException(String message)
    • ScreenshotException

      public ScreenshotException(Throwable cause)
    • ScreenshotException

      public ScreenshotException(String message, Throwable cause)
  • Method Details

    • getBase64EncodedScreenshot

      @Deprecated(forRemoval=true) public String getBase64EncodedScreenshot()
      Deprecated, for removal: This API element is subject to removal in a future version.