Uses of Enum Class
org.openqa.selenium.devtools.v141.page.Page.SetSPCTransactionModeMode
Packages that use Page.SetSPCTransactionModeMode
-
Uses of Page.SetSPCTransactionModeMode in org.openqa.selenium.devtools.v141.page
Methods in org.openqa.selenium.devtools.v141.page that return Page.SetSPCTransactionModeModeModifier and TypeMethodDescriptionPage.SetSPCTransactionModeMode.fromString(String s) Returns the enum constant of this class with the specified name.static Page.SetSPCTransactionModeMode[]Page.SetSPCTransactionModeMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.page with parameters of type Page.SetSPCTransactionModeModeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Sets the Secure Payment Confirmation transaction mode.