Class DevToolsSessionDomains
The active domains for a DevTools session.
public class DevToolsSessionDomains : DevToolsSessionDomains- Inheritance
- 
      
      
      DevToolsSessionDomains
- Inherited Members
Constructors
DevToolsSessionDomains(IDevToolsSession)
Initializes a new instance of the DevToolsSessionDomains class.
public DevToolsSessionDomains(IDevToolsSession session)Parameters
- sessionIDevToolsSession
- The DevTools session to be used with the domains 
Properties
Accessibility
Gets the adapter for the Accessibility domain.
public AccessibilityAdapter Accessibility { get; }Property Value
Animation
Gets the adapter for the Animation domain.
public AnimationAdapter Animation { get; }Property Value
Audits
Gets the adapter for the Audits domain.
public AuditsAdapter Audits { get; }Property Value
Autofill
Gets the adapter for the Autofill domain.
public AutofillAdapter Autofill { get; }Property Value
BackgroundService
Gets the adapter for the BackgroundService domain.
public BackgroundServiceAdapter BackgroundService { get; }Property Value
BluetoothEmulation
Gets the adapter for the BluetoothEmulation domain.
public BluetoothEmulationAdapter BluetoothEmulation { get; }Property Value
Browser
Gets the adapter for the Browser domain.
public BrowserAdapter Browser { get; }Property Value
CSS
Gets the adapter for the CSS domain.
public CSSAdapter CSS { get; }Property Value
CacheStorage
Gets the adapter for the CacheStorage domain.
public CacheStorageAdapter CacheStorage { get; }Property Value
Cast
Gets the adapter for the Cast domain.
public CastAdapter Cast { get; }Property Value
Console
Gets the adapter for the Console domain.
public ConsoleAdapter Console { get; }Property Value
DOM
Gets the adapter for the DOM domain.
public DOMAdapter DOM { get; }Property Value
DOMDebugger
Gets the adapter for the DOMDebugger domain.
public DOMDebuggerAdapter DOMDebugger { get; }Property Value
DOMSnapshot
Gets the adapter for the DOMSnapshot domain.
public DOMSnapshotAdapter DOMSnapshot { get; }Property Value
DOMStorage
Gets the adapter for the DOMStorage domain.
public DOMStorageAdapter DOMStorage { get; }Property Value
Debugger
Gets the adapter for the Debugger domain.
public DebuggerAdapter Debugger { get; }Property Value
DeviceAccess
Gets the adapter for the DeviceAccess domain.
public DeviceAccessAdapter DeviceAccess { get; }Property Value
DeviceOrientation
Gets the adapter for the DeviceOrientation domain.
public DeviceOrientationAdapter DeviceOrientation { get; }Property Value
Emulation
Gets the adapter for the Emulation domain.
public EmulationAdapter Emulation { get; }Property Value
EventBreakpoints
Gets the adapter for the EventBreakpoints domain.
public EventBreakpointsAdapter EventBreakpoints { get; }Property Value
Extensions
Gets the adapter for the Extensions domain.
public ExtensionsAdapter Extensions { get; }Property Value
FedCm
Gets the adapter for the FedCm domain.
public FedCmAdapter FedCm { get; }Property Value
Fetch
Gets the adapter for the Fetch domain.
public FetchAdapter Fetch { get; }Property Value
FileSystem
Gets the adapter for the FileSystem domain.
public FileSystemAdapter FileSystem { get; }Property Value
HeadlessExperimental
Gets the adapter for the HeadlessExperimental domain.
public HeadlessExperimentalAdapter HeadlessExperimental { get; }Property Value
HeapProfiler
Gets the adapter for the HeapProfiler domain.
public HeapProfilerAdapter HeapProfiler { get; }Property Value
IO
Gets the adapter for the IO domain.
public IOAdapter IO { get; }Property Value
IndexedDB
Gets the adapter for the IndexedDB domain.
public IndexedDBAdapter IndexedDB { get; }Property Value
Input
Gets the adapter for the Input domain.
public InputAdapter Input { get; }Property Value
Inspector
Gets the adapter for the Inspector domain.
public InspectorAdapter Inspector { get; }Property Value
LayerTree
Gets the adapter for the LayerTree domain.
public LayerTreeAdapter LayerTree { get; }Property Value
Log
Gets the adapter for the Log domain.
public LogAdapter Log { get; }Property Value
Media
Gets the adapter for the Media domain.
public MediaAdapter Media { get; }Property Value
Memory
Gets the adapter for the Memory domain.
public MemoryAdapter Memory { get; }Property Value
Network
Gets the adapter for the Network domain.
public NetworkAdapter Network { get; }Property Value
Overlay
Gets the adapter for the Overlay domain.
public OverlayAdapter Overlay { get; }Property Value
PWA
Gets the adapter for the PWA domain.
public PWAAdapter PWA { get; }Property Value
Page
Gets the adapter for the Page domain.
public PageAdapter Page { get; }Property Value
Performance
Gets the adapter for the Performance domain.
public PerformanceAdapter Performance { get; }Property Value
PerformanceTimeline
Gets the adapter for the PerformanceTimeline domain.
public PerformanceTimelineAdapter PerformanceTimeline { get; }Property Value
Preload
Gets the adapter for the Preload domain.
public PreloadAdapter Preload { get; }Property Value
Profiler
Gets the adapter for the Profiler domain.
public ProfilerAdapter Profiler { get; }Property Value
Runtime
Gets the adapter for the Runtime domain.
public RuntimeAdapter Runtime { get; }Property Value
Schema
Gets the adapter for the Schema domain.
public SchemaAdapter Schema { get; }Property Value
Security
Gets the adapter for the Security domain.
public SecurityAdapter Security { get; }Property Value
ServiceWorker
Gets the adapter for the ServiceWorker domain.
public ServiceWorkerAdapter ServiceWorker { get; }Property Value
Storage
Gets the adapter for the Storage domain.
public StorageAdapter Storage { get; }Property Value
SystemInfo
Gets the adapter for the SystemInfo domain.
public SystemInfoAdapter SystemInfo { get; }Property Value
Target
Gets the adapter for the Target domain.
public TargetAdapter Target { get; }Property Value
Tethering
Gets the adapter for the Tethering domain.
public TetheringAdapter Tethering { get; }Property Value
Tracing
Gets the adapter for the Tracing domain.
public TracingAdapter Tracing { get; }Property Value
WebAudio
Gets the adapter for the WebAudio domain.
public WebAudioAdapter WebAudio { get; }Property Value
WebAuthn
Gets the adapter for the WebAuthn domain.
public WebAuthnAdapter WebAuthn { get; }Property Value
Methods
PopulateCommandResponseTypeMap()
Populates the data structure mapping commands to the type for the command response.
protected override void PopulateCommandResponseTypeMap()