Uses of Enum Class
org.openqa.selenium.devtools.v141.page.Page.CaptureSnapshotFormat
Packages that use Page.CaptureSnapshotFormat
-
Uses of Page.CaptureSnapshotFormat in org.openqa.selenium.devtools.v141.page
Methods in org.openqa.selenium.devtools.v141.page that return Page.CaptureSnapshotFormatModifier and TypeMethodDescriptionstatic Page.CaptureSnapshotFormatPage.CaptureSnapshotFormat.fromString(String s) static Page.CaptureSnapshotFormatReturns the enum constant of this class with the specified name.static Page.CaptureSnapshotFormat[]Page.CaptureSnapshotFormat.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.CaptureSnapshotFormatModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<String> Page.captureSnapshot(Optional<Page.CaptureSnapshotFormat> format) Returns a snapshot of the page as a string.