Page.setSPCTransactionModeSets the Secure Payment Confirmation transaction mode. https://w3c.github.io/secure-payment-confirmation/#sctn-automation-set-spc-transaction-mode
| Name | Type | Description |
|---|---|---|
mode | string |
{
"id": 1,
"method": "Page.setSPCTransactionMode",
"params": {
"mode": "mode-value"
}
}
{
"id": 1,
"result": {}
}
const result = await send('Page.setSPCTransactionMode', {"mode": "mode-value"});
console.log(result);