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