Page.setRPHRegistrationModeExtensions for Custom Handlers API: https://html.spec.whatwg.org/multipage/system-state.html#rph-automation
| Name | Type | Description |
|---|---|---|
mode | string |
{
"id": 1,
"method": "Page.setRPHRegistrationMode",
"params": {
"mode": "mode-value"
}
}
{
"id": 1,
"result": {}
}
const result = await send('Page.setRPHRegistrationMode', {"mode": "mode-value"});
console.log(result);