Future<String> getOuterHtml(int nodeId) async => (await sendCommand('DOM.getOuterHTML', params: {'nodeId': nodeId})) .result!['root'] as String;