Click or drag to resize

CefSharp.DevTools.Emulation Namespace

Version 86.0.240

[Missing <summary> documentation for "N:CefSharp.DevTools.Emulation"]

Classes
  ClassDescription
Public classCanEmulateResponse
CanEmulateResponse
Public classDisplayFeature
DisplayFeature
Public classEmulationClient
This domain emulates different environments for the page.
Public classMediaFeature
MediaFeature
Public classScreenOrientation
Screen orientation.
Public classSetVirtualTimePolicyResponse
SetVirtualTimePolicyResponse
Public classUserAgentBrandVersion
Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints
Public classUserAgentMetadata
Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints
Enumerations
  EnumerationDescription
Public enumerationVirtualTimePolicy
advance: If the scheduler runs out of immediate work, the virtual time base may fast forward to allow the next delayed task (if any) to run; pause: The virtual time base may not advance; pauseIfNetworkFetchesPending: The virtual time base may not advance if there are any pending resource fetches.