Uses of Class
org.openqa.selenium.devtools.page.Page.StartScreencastFormat
-
Packages that use Page.StartScreencastFormat Package Description org.openqa.selenium.devtools.page -
-
Uses of Page.StartScreencastFormat in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return Page.StartScreencastFormat Modifier and Type Method Description static Page.StartScreencastFormat
Page.StartScreencastFormat. fromString(java.lang.String s)
static Page.StartScreencastFormat
Page.StartScreencastFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Page.StartScreencastFormat[]
Page.StartScreencastFormat. 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.StartScreencastFormat Modifier and Type Method Description static Command<java.lang.Void>
Page. startScreencast(java.util.Optional<Page.StartScreencastFormat> format, java.util.Optional<java.lang.Integer> quality, java.util.Optional<java.lang.Integer> maxWidth, java.util.Optional<java.lang.Integer> maxHeight, java.util.Optional<java.lang.Integer> everyNthFrame)
Starts sending each frame using the `screencastFrame` event.
-