Interface IDevTools
- Namespace
- DotNetBrowser.DevTools
- Assembly
- DotNetBrowser.dll
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.
public interface IDevTools : IAutoDisposable
- Inherited Members
Properties
- RemoteDebuggingUrl
Gets the remote debugging URL of the currently loaded web page in the browser instance associated with this DevTools instance.
Methods
- 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.