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

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

    • ScreenshotException

      public ScreenshotException(@Nullable String message)
    • ScreenshotException

      public ScreenshotException(@Nullable Throwable cause)
    • ScreenshotException

      public ScreenshotException(@Nullable String message, @Nullable Throwable cause)