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
session
IDevToolsSessionThe 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
ApplicationCache
Gets the adapter for the ApplicationCache domain.
public ApplicationCacheAdapter ApplicationCache { get; }
Property Value
Audits
Gets the adapter for the Audits domain.
public AuditsAdapter Audits { get; }
Property Value
BackgroundService
Gets the adapter for the BackgroundService domain.
public BackgroundServiceAdapter BackgroundService { 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
Database
Gets the adapter for the Database domain.
public DatabaseAdapter Database { get; }
Property Value
Debugger
Gets the adapter for the Debugger domain.
public DebuggerAdapter Debugger { 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
Fetch
Gets the adapter for the Fetch domain.
public FetchAdapter Fetch { 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
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
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()