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