Future<void> removeAttribute(int nodeId, String name) => sendCommand('DOM.removeAttribute', params: {'nodeId': nodeId, 'name': name});