IBrowserHostExecuteDevToolsMethod Method | 
| Name | Description | |
|---|---|---|
| ExecuteDevToolsMethod(Int32, String, IDictionaryString, Object) | 
            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 paramsAsJson dictionary contents.
            See the SendDevToolsMessage documentation for additional usage information.
              | |
| ExecuteDevToolsMethod(Int32, String, String) | 
            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 paramsAsJson dictionary contents.
            See the SendDevToolsMessage documentation for additional usage information.
              |