Property RemoteDebuggingUrl
- Namespace
- DotNetBrowser.DevTools
- Assembly
- DotNetBrowser.dll
RemoteDebuggingUrl
Gets the remote debugging URL of the currently loaded web page in the browser instance associated with this DevTools instance.
string RemoteDebuggingUrl { get; }
Property Value
- 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
- ObjectDisposedException
The IBrowser has already been disposed.