Click or drag to resize

DevToolsClientExecuteDevToolsMethodAsync Method

Version 94.4.20
Overload List
  NameDescription
Public methodExecuteDevToolsMethodAsync(String, IDictionaryString, Object)
Execute a method call over the DevTools protocol. This method can be called on any thread. See the DevTools protocol documentation at https://chromedevtools.github.io/devtools-protocol/ for details of supported methods and the expected parameters dictionary contents.
Public methodExecuteDevToolsMethodAsyncT(String, IDictionaryString, Object)
Execute a method call over the DevTools protocol. This method can be called on any thread. See the DevTools protocol documentation at https://chromedevtools.github.io/devtools-protocol/ for details of supported methods and the expected parameters dictionary contents.
Top
See Also