Click or drag to resize

EmulationClientSetDevicePostureOverrideAsync Method

Version 130.1.90
Start reporting the given posture value to the Device Posture API. This override can also be set in setDeviceMetricsOverride().

Namespace: CefSharp.DevTools.Emulation
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> SetDevicePostureOverrideAsync(
	DevicePosture posture
)

Parameters

posture  DevicePosture
posture

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also