Uses of Class
org.openqa.selenium.devtools.v85.page.Page.SetDownloadBehaviorBehavior
-
Packages that use Page.SetDownloadBehaviorBehavior Package Description org.openqa.selenium.devtools.v85.page -
-
Uses of Page.SetDownloadBehaviorBehavior in org.openqa.selenium.devtools.v85.page
Methods in org.openqa.selenium.devtools.v85.page that return Page.SetDownloadBehaviorBehavior Modifier and Type Method Description static Page.SetDownloadBehaviorBehaviorPage.SetDownloadBehaviorBehavior. fromString(java.lang.String s)static Page.SetDownloadBehaviorBehaviorPage.SetDownloadBehaviorBehavior. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Page.SetDownloadBehaviorBehavior[]Page.SetDownloadBehaviorBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v85.page with parameters of type Page.SetDownloadBehaviorBehavior Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Page. setDownloadBehavior(Page.SetDownloadBehaviorBehavior behavior, java.util.Optional<java.lang.String> downloadPath)Deprecated.
-