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