Uses of Enum Class
org.openqa.selenium.devtools.v141.page.Page.CaptureScreenshotFormat
Packages that use Page.CaptureScreenshotFormat
-
Uses of Page.CaptureScreenshotFormat in org.openqa.selenium.devtools.v141.page
Methods in org.openqa.selenium.devtools.v141.page that return Page.CaptureScreenshotFormatModifier and TypeMethodDescriptionstatic Page.CaptureScreenshotFormatPage.CaptureScreenshotFormat.fromString(String s) static Page.CaptureScreenshotFormatReturns the enum constant of this class with the specified name.static Page.CaptureScreenshotFormat[]Page.CaptureScreenshotFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.openqa.selenium.devtools.v141.page with type arguments of type Page.CaptureScreenshotFormatModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<String> Page.captureScreenshot(Optional<Page.CaptureScreenshotFormat> format, Optional<Integer> quality, Optional<Viewport> clip, Optional<Boolean> fromSurface, Optional<Boolean> captureBeyondViewport, Optional<Boolean> optimizeForSpeed) Capture page screenshot.