Пример #1
0
 /// <summary>
 ///
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/DeviceOrientation"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal DeviceOrientationDomain(RawDriver rawDriver) : base(rawDriver, "DeviceOrientation")
 {
 }
 /// <summary>
 /// Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Debugger"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal DebuggerDomain(RawDriver rawDriver) : base(rawDriver, "Debugger")
 {
 }
Пример #3
0
 /// <summary>
 /// Supports additional targets discovery and allows to attach to them.
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Target"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal TargetDomain(RawDriver rawDriver) : base(rawDriver, "Target")
 {
 }
Пример #4
0
 /// <summary>
 /// Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects. Evaluation results are returned as mirror object that expose object type, string representation and unique identifier that can be used for further object reference. Original objects are maintained in memory unless they are either explicitly released or are released along with the other objects in their object group.
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Runtime"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal RuntimeDomain(RawDriver rawDriver) : base(rawDriver, "Runtime")
 {
 }
 /// <summary>
 /// Query and modify DOM storage.
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/DomStorage"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal DomStorageDomain(RawDriver rawDriver) : base(rawDriver, "DOMStorage")
 {
 }
Пример #6
0
 /// <summary>
 ///
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Performance"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal PerformanceDomain(RawDriver rawDriver) : base(rawDriver, "Performance")
 {
 }
 /// <summary>
 ///
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Accessibility"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal AccessibilityDomain(RawDriver rawDriver) : base(rawDriver, "Accessibility")
 {
 }
Пример #8
0
 /// <summary>
 /// This domain is deprecated.
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Schema"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal SchemaDomain(RawDriver rawDriver) : base(rawDriver, "Schema")
 {
 }
Пример #9
0
 /// <summary>
 /// Audits domain allows investigation of page violations and possible improvements.
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Audits"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal AuditsDomain(RawDriver rawDriver) : base(rawDriver, "Audits")
 {
 }
 /// <summary>
 /// The Tethering domain defines methods and events for browser port binding.
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Tethering"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal TetheringDomain(RawDriver rawDriver) : base(rawDriver, "Tethering")
 {
 }
Пример #11
0
 /// <summary>
 ///
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Tracing"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal TracingDomain(RawDriver rawDriver) : base(rawDriver, "Tracing")
 {
 }
 /// <summary>
 ///
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Animation"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal AnimationDomain(RawDriver rawDriver) : base(rawDriver, "Animation")
 {
 }
Пример #13
0
 /// <summary>
 ///
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Database"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal DatabaseDomain(RawDriver rawDriver) : base(rawDriver, "Database")
 {
 }
 /// <summary>
 ///
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/LayerTree"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal LayerTreeDomain(RawDriver rawDriver) : base(rawDriver, "LayerTree")
 {
 }
 /// <summary>
 ///
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Inspector"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal InspectorDomain(RawDriver rawDriver) : base(rawDriver, "Inspector")
 {
 }
Пример #16
0
 /// <summary>
 /// {1}
 /// <see cref="{2}"/>
 /// </summary>
 /// <param name="rawDriver"></param>
 internal BrowserDomain(RawDriver rawDriver) : base(rawDriver, "Browser")
 {
 }
 /// <summary>
 ///
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/HeapProfiler"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal HeapProfilerDomain(RawDriver rawDriver) : base(rawDriver, "HeapProfiler")
 {
 }
Пример #18
0
 /// <summary>
 ///
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Profiler"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal ProfilerDomain(RawDriver rawDriver) : base(rawDriver, "Profiler")
 {
 }
Пример #19
0
 /// <summary>
 ///
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Storage"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal StorageDomain(RawDriver rawDriver) : base(rawDriver, "Storage")
 {
 }
Пример #20
0
 internal PageDomain(RawDriver driver) : base(driver, "Page")
 {
 }
Пример #21
0
 /// <summary>
 /// Provides access to log entries.
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Log"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal LogDomain(RawDriver rawDriver) : base(rawDriver, "Log")
 {
 }
 /// <summary>
 /// This domain facilitates obtaining document snapshots with DOM, layout, and style information.
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/DomSnapshot"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal DomSnapshotDomain(RawDriver rawDriver) : base(rawDriver, "DOMSnapshot")
 {
 }
Пример #23
0
 /// <summary>
 /// The SystemInfo domain defines methods and events for querying low-level system information.
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/SystemInfo"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal SystemInfoDomain(RawDriver rawDriver) : base(rawDriver, "SystemInfo")
 {
 }
 /// <summary>
 /// This domain emulates different environments for the page.
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Emulation"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal EmulationDomain(RawDriver rawDriver) : base(rawDriver, "Emulation")
 {
 }
 /// <summary>
 ///
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/ApplicationCache"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal ApplicationCacheDomain(RawDriver rawDriver) : base(rawDriver, "ApplicationCache")
 {
 }
Пример #26
0
 /// <summary>
 /// Security
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Security"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal SecurityDomain(RawDriver rawDriver) : base(rawDriver, "Security")
 {
 }
Пример #27
0
 /// <summary>
 /// This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object that has an `id`. This `id` can be used to get additional information on the Node, resolve it into the JavaScript object wrapper, etc. It is important that client receives DOM events only for the nodes that are known to the client. Backend keeps track of the nodes that were sent to the client and never sends the same node twice. It is client's responsibility to collect information about the nodes that were sent to the client.<p>Note that `iframe` owner elements will return corresponding document elements as their child nodes.</p>
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Dom"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal DomDomain(RawDriver rawDriver) : base(rawDriver, "DOM")
 {
 }
Пример #28
0
 /// <summary>
 ///
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Input"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal InputDomain(RawDriver rawDriver) : base(rawDriver, "Input")
 {
 }
Пример #29
0
 /// <summary>
 /// Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc.
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/Network"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal NetworkDomain(RawDriver rawDriver) : base(rawDriver, "Network")
 {
 }
Пример #30
0
 /// <summary>
 /// Input/Output operations for streams produced by DevTools.
 /// <see cref="https://chromedevtools.github.io/devtools-protocol/tot/IO"/>
 /// </summary>
 /// <param name="rawDriver">Drive to invoke web sockets</param>
 internal IODomain(RawDriver rawDriver) : base(rawDriver, "IO")
 {
 }