Click or drag to resize

IDevToolsRemoteDebuggingUrl Property

Gets 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#
string RemoteDebuggingUrl { get; }

Property Value

Type: String
The remote debugging URL. Can be null if the remote debugging URL is not available, for instance, when the IEngine instance has not been configured with the remote debugging port.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also