Uses of Class
org.openqa.selenium.devtools.page.Page.CaptureSnapshotFormat
-
Packages that use Page.CaptureSnapshotFormat Package Description org.openqa.selenium.devtools.page -
-
Uses of Page.CaptureSnapshotFormat in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return Page.CaptureSnapshotFormat Modifier and Type Method Description static Page.CaptureSnapshotFormat
Page.CaptureSnapshotFormat. fromString(java.lang.String s)
static Page.CaptureSnapshotFormat
Page.CaptureSnapshotFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Page.CaptureSnapshotFormat[]
Page.CaptureSnapshotFormat. 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.CaptureSnapshotFormat Modifier and Type Method Description static Command<java.lang.String>
Page. captureSnapshot(java.util.Optional<Page.CaptureSnapshotFormat> format)
Returns a snapshot of the page as a string.
-