From a5d5afef84c36cdd2412a195f64b2e4c204ac093 Mon Sep 17 00:00:00 2001 From: Alex Maitland Date: Thu, 25 Feb 2021 20:24:26 +1000 Subject: [PATCH] Core - Fix xml doc --- CefSharp/DevToolsExtensions.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CefSharp/DevToolsExtensions.cs b/CefSharp/DevToolsExtensions.cs index 7ef01507bb..df6136cec4 100644 --- a/CefSharp/DevToolsExtensions.cs +++ b/CefSharp/DevToolsExtensions.cs @@ -19,9 +19,10 @@ public static class DevToolsExtensions /// Execute a method call over the DevTools protocol. This is a more structured /// version of SendDevToolsMessage. /// See the DevTools protocol documentation at https://chromedevtools.github.io/devtools-protocol/ for details - /// of supported methods and the expected dictionary contents. + /// of supported methods and the expected JSON message format. /// See the SendDevToolsMessage documentation for additional usage information. /// + /// browser host /// is an incremental number that uniquely identifies the message (pass 0 to have the next number assigned /// automatically based on previous values) /// is the method name