Uses of Class
org.openqa.selenium.devtools.v102.page.Page.SetSPCTransactionModeMode
-
Packages that use Page.SetSPCTransactionModeMode Package Description org.openqa.selenium.devtools.v102.page -
-
Uses of Page.SetSPCTransactionModeMode in org.openqa.selenium.devtools.v102.page
Methods in org.openqa.selenium.devtools.v102.page that return Page.SetSPCTransactionModeMode Modifier and Type Method Description static Page.SetSPCTransactionModeModePage.SetSPCTransactionModeMode. fromString(java.lang.String s)static Page.SetSPCTransactionModeModePage.SetSPCTransactionModeMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Page.SetSPCTransactionModeMode[]Page.SetSPCTransactionModeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v102.page with parameters of type Page.SetSPCTransactionModeMode Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Page. setSPCTransactionMode(Page.SetSPCTransactionModeMode mode)Sets the Secure Payment Confirmation transaction mode.
-