Click or drag to resize

BrowserGetBrowserCommandLineAsync Method

Version 85.3.121
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 (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<GetBrowserCommandLineResponse> GetBrowserCommandLineAsync()

Return Value

Type: TaskGetBrowserCommandLineResponse
returns System.Threading.Tasks.Task<GetBrowserCommandLineResponse>
See Also