Click or drag to resize

EmulationCanEmulateAsync Method

Version 85.3.121
Tells whether emulation is supported.

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<CanEmulateResponse> CanEmulateAsync()

Return Value

Type: TaskCanEmulateResponse
returns System.Threading.Tasks.Task<CanEmulateResponse>
See Also