Click or drag to resize

CefSharp.DevTools.Emulation Namespace

Version 94.4.20

[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 Missing optional values will be filled in by the target with what it would normally use.
Enumerations
  EnumerationDescription
Public enumerationDisabledImageType
Enum of image types that can be disabled.
Public enumerationDisplayFeatureOrientation
Orientation of a display feature in relation to screen
Public enumerationScreenOrientationType
Orientation type.
Public enumerationSetEmitTouchEventsForMouseConfiguration
Touch/gesture events configuration. Default: current platform.
Public enumerationSetEmulatedVisionDeficiencyType
Vision deficiency to emulate.
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.