BrowserClientGetBrowserCommandLineAsync Method |
Version 130.1.90
Returns the command line switches for the browser process if, and only if
--enable-automation is on the commandline.
Namespace: CefSharp.DevTools.BrowserAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetBrowserCommandLineResponse> GetBrowserCommandLineAsync()
public:
Task<GetBrowserCommandLineResponse^>^ GetBrowserCommandLineAsync()
Return Value
TaskGetBrowserCommandLineResponsereturns System.Threading.Tasks.Task<GetBrowserCommandLineResponse>
See Also