Click or drag to resize

IDevTools Interface

Allows working with Chromium Developer Tools and access the remote debugging URL of the currently loaded web page in the browser instance associated with this DevTools instance.

Namespace:  DotNetBrowser.DevTools
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public interface IDevTools : IAutoDisposable

The IDevTools type exposes the following members.

Properties
  NameDescription
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyRemoteDebuggingUrl
Gets the remote debugging URL of the currently loaded web page in the browser instance associated with this DevTools instance.
Top
Methods
  NameDescription
Public methodHide
Closes the Chromium Developer Tools window if any is shown.
Public methodShow
Opens the Chromium Developer Tools panel in a new window. This method does nothing if the DevTools window is already shown.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also