Uses of Class
org.openqa.selenium.devtools.v107.page.Page.SetSPCTransactionModeMode
-
Packages that use Page.SetSPCTransactionModeMode Package Description org.openqa.selenium.devtools.v107.page -
-
Uses of Page.SetSPCTransactionModeMode in org.openqa.selenium.devtools.v107.page
Methods in org.openqa.selenium.devtools.v107.page that return Page.SetSPCTransactionModeMode Modifier and Type Method Description static Page.SetSPCTransactionModeMode
Page.SetSPCTransactionModeMode. fromString(java.lang.String s)
static Page.SetSPCTransactionModeMode
Page.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.v107.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.
-