Uses of Class
org.openqa.selenium.devtools.v114.page.model.AutoResponseMode
-
Packages that use AutoResponseMode Package Description org.openqa.selenium.devtools.v114.page org.openqa.selenium.devtools.v114.page.model -
-
Uses of AutoResponseMode in org.openqa.selenium.devtools.v114.page
Methods in org.openqa.selenium.devtools.v114.page with parameters of type AutoResponseMode Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Page. setRPHRegistrationMode(AutoResponseMode mode)Extensions for Custom Handlers API: https://html.spec.whatwg.org/multipage/system-state.html#rph-automationstatic org.openqa.selenium.devtools.Command<java.lang.Void>Page. setSPCTransactionMode(AutoResponseMode mode)Sets the Secure Payment Confirmation transaction mode. -
Uses of AutoResponseMode in org.openqa.selenium.devtools.v114.page.model
Methods in org.openqa.selenium.devtools.v114.page.model that return AutoResponseMode Modifier and Type Method Description static AutoResponseModeAutoResponseMode. fromString(java.lang.String s)static AutoResponseModeAutoResponseMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AutoResponseMode[]AutoResponseMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-