Uses of Enum Class
org.openqa.selenium.devtools.v141.page.Page.StartScreencastFormat
Packages that use Page.StartScreencastFormat
-
Uses of Page.StartScreencastFormat in org.openqa.selenium.devtools.v141.page
Methods in org.openqa.selenium.devtools.v141.page that return Page.StartScreencastFormatModifier and TypeMethodDescriptionstatic Page.StartScreencastFormatPage.StartScreencastFormat.fromString(String s) static Page.StartScreencastFormatReturns the enum constant of this class with the specified name.static Page.StartScreencastFormat[]Page.StartScreencastFormat.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.StartScreencastFormatModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Page.startScreencast(Optional<Page.StartScreencastFormat> format, Optional<Integer> quality, Optional<Integer> maxWidth, Optional<Integer> maxHeight, Optional<Integer> everyNthFrame) Starts sending each frame using the `screencastFrame` event.