Autofill.enable
Enables autofill domain notifications.
{ "id": 1, "method": "Autofill.enable" }
{ "id": 1, "result": {} }
const result = await send('Autofill.enable'); console.log(result);