Uses of Enum Class
org.openqa.selenium.devtools.v141.browser.Browser.SetDownloadBehaviorBehavior
Packages that use Browser.SetDownloadBehaviorBehavior
-
Uses of Browser.SetDownloadBehaviorBehavior in org.openqa.selenium.devtools.v141.browser
Methods in org.openqa.selenium.devtools.v141.browser that return Browser.SetDownloadBehaviorBehaviorModifier and TypeMethodDescriptionBrowser.SetDownloadBehaviorBehavior.fromString(String s) Returns the enum constant of this class with the specified name.static Browser.SetDownloadBehaviorBehavior[]Browser.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.browser with parameters of type Browser.SetDownloadBehaviorBehaviorModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Browser.setDownloadBehavior(Browser.SetDownloadBehaviorBehavior behavior, Optional<BrowserContextID> browserContextId, Optional<String> downloadPath, Optional<Boolean> eventsEnabled) Set the behavior when downloading a file.