← Back to Autofill domain

Autofill.enable

Enables autofill domain notifications.

Domain: Autofill experimental

Example Request

{
  "id": 1,
  "method": "Autofill.enable"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('Autofill.enable');
console.log(result);