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