Click or drag to resize

CefSharp.DevTools.Emulation Namespace

Version 130.1.90

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

Classes
 ClassDescription
Public classDevicePosture DevicePosture
Public classDisplayFeature DisplayFeature
Public classEmulationClient This domain emulates different environments for the page.
Public classGetOverriddenSensorInformationResponse GetOverriddenSensorInformationResponse
Public classMediaFeature MediaFeature
Public classPressureMetadata PressureMetadata
Public classScreenOrientation Screen orientation.
Public classSensorMetadata SensorMetadata
Public classSensorReading SensorReading
Public classSensorReadingQuaternion SensorReadingQuaternion
Public classSensorReadingSingle SensorReadingSingle
Public classSensorReadingXYZ SensorReadingXYZ
Public classSetVirtualTimePolicyResponse SetVirtualTimePolicyResponse
Public classUserAgentBrandVersion Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints
Public classUserAgentMetadata Used to specify User Agent Client 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 enumerationDevicePostureType Current posture of the device
Public enumerationDisabledImageType Enum of image types that can be disabled.
Public enumerationDisplayFeatureOrientation Orientation of a display feature in relation to screen
Public enumerationPressureSource PressureSource
Public enumerationPressureState PressureState
Public enumerationScreenOrientationType Orientation type.
Public enumerationSensorType Used to specify sensor types to emulate. See https://w3c.github.io/sensors/#automation for more information.
Public enumerationSetEmitTouchEventsForMouseConfiguration Touch/gesture events configuration. Default: current platform.
Public enumerationSetEmulatedVisionDeficiencyType Vision deficiency to emulate. Order: best-effort emulations come first, followed by any physiologically accurate emulations for medically recognized color vision deficiencies.
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.