EmulationClientSetAutomationOverrideAsync Method  | 
Version 104.4.240 
            Allows overriding the automation flag.
            
 
    Namespace: 
   CefSharp.DevTools.Emulation
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<DevToolsMethodResponse> SetAutomationOverrideAsync(
	bool enabled
)
public:
Task<DevToolsMethodResponse^>^ SetAutomationOverrideAsync(
	bool enabled
)
Parameters
- enabled
 - Type: SystemBoolean
Whether the override should be enabled. 
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also