Uses of Enum Class
org.openqa.selenium.devtools.v123.page.model.AutoResponseMode
Packages that use AutoResponseMode
Package
Description
-
Uses of AutoResponseMode in org.openqa.selenium.devtools.v123.page
Methods in org.openqa.selenium.devtools.v123.page with parameters of type AutoResponseModeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<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<Void>Page.setSPCTransactionMode(AutoResponseMode mode) Sets the Secure Payment Confirmation transaction mode. -
Uses of AutoResponseMode in org.openqa.selenium.devtools.v123.page.model
Methods in org.openqa.selenium.devtools.v123.page.model that return AutoResponseModeModifier and TypeMethodDescriptionstatic AutoResponseModeAutoResponseMode.fromString(String s) static AutoResponseModeReturns the enum constant of this class with the specified name.static AutoResponseMode[]AutoResponseMode.values()Returns an array containing the constants of this enum class, in the order they are declared.