Uses of Class
org.openqa.selenium.devtools.page.Page.CaptureScreenshotFormat
-
Packages that use Page.CaptureScreenshotFormat Package Description org.openqa.selenium.devtools.page -
-
Uses of Page.CaptureScreenshotFormat in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return Page.CaptureScreenshotFormat Modifier and Type Method Description static Page.CaptureScreenshotFormat
Page.CaptureScreenshotFormat. fromString(java.lang.String s)
static Page.CaptureScreenshotFormat
Page.CaptureScreenshotFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Page.CaptureScreenshotFormat[]
Page.CaptureScreenshotFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.openqa.selenium.devtools.page with type arguments of type Page.CaptureScreenshotFormat Modifier and Type Method Description static Command<java.lang.String>
Page. captureScreenshot(java.util.Optional<Page.CaptureScreenshotFormat> format, java.util.Optional<java.lang.Integer> quality, java.util.Optional<Viewport> clip, java.util.Optional<java.lang.Boolean> fromSurface)
Capture page screenshot.
-