IDevTools Interface | 
Namespace: DotNetBrowser.DevTools
public interface IDevTools : IAutoDisposable
The IDevTools type exposes the following members.
| Name | Description | |
|---|---|---|
| IsDisposed | 
                Indicates if the object is already disposed.
              (Inherited from IAutoDisposable.) | |
| RemoteDebuggingUrl | 
                Gets the remote debugging URL of the currently loaded web page in the browser instance associated with this
                DevTools
                instance.
              | 
| Name | Description | |
|---|---|---|
| Hide | 
                Closes the Chromium Developer Tools window if any is shown.
              | |
| Show | 
                Opens the Chromium Developer Tools panel in a new window. This method does nothing if the DevTools window is
                already shown.
              | 
| Name | Description | |
|---|---|---|
| Disposed | 
                Occurs when the object has been disposed.
              (Inherited from IAutoDisposable.) |