Uses of Class
org.openqa.selenium.devtools.v98.browser.Browser.SetDownloadBehaviorBehavior
-
Packages that use Browser.SetDownloadBehaviorBehavior Package Description org.openqa.selenium.devtools.v98.browser -
-
Uses of Browser.SetDownloadBehaviorBehavior in org.openqa.selenium.devtools.v98.browser
Methods in org.openqa.selenium.devtools.v98.browser that return Browser.SetDownloadBehaviorBehavior Modifier and Type Method Description static Browser.SetDownloadBehaviorBehaviorBrowser.SetDownloadBehaviorBehavior. fromString(java.lang.String s)static Browser.SetDownloadBehaviorBehaviorBrowser.SetDownloadBehaviorBehavior. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Browser.SetDownloadBehaviorBehavior[]Browser.SetDownloadBehaviorBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v98.browser with parameters of type Browser.SetDownloadBehaviorBehavior Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Browser. setDownloadBehavior(Browser.SetDownloadBehaviorBehavior behavior, java.util.Optional<BrowserContextID> browserContextId, java.util.Optional<java.lang.String> downloadPath, java.util.Optional<java.lang.Boolean> eventsEnabled)Set the behavior when downloading a file.
-