enable method
Enables the accessibility domain which causes AXNodeIds to remain consistent between method calls.
This turns on accessibility for the page, which can impact performance until accessibility is disabled.
Implementation
Future<void> enable() async {
await _client.send('Accessibility.enable');
}