Uses of Enum Class
org.openqa.selenium.devtools.v141.page.Page.SetDownloadBehaviorBehavior
Packages that use Page.SetDownloadBehaviorBehavior
-
Uses of Page.SetDownloadBehaviorBehavior in org.openqa.selenium.devtools.v141.page
Methods in org.openqa.selenium.devtools.v141.page that return Page.SetDownloadBehaviorBehaviorModifier and TypeMethodDescriptionPage.SetDownloadBehaviorBehavior.fromString(String s) Returns the enum constant of this class with the specified name.static Page.SetDownloadBehaviorBehavior[]Page.SetDownloadBehaviorBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.page with parameters of type Page.SetDownloadBehaviorBehaviorModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Page.setDownloadBehavior(Page.SetDownloadBehaviorBehavior behavior, Optional<String> downloadPath) Deprecated.