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