EmulationClientSetAutomationOverrideAsync Method |
Version 109.1.110
Allows overriding the automation flag.
Namespace:
CefSharp.DevTools.Emulation
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public 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