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.22.1
Syntaxstring 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| Exception | Condition | 
|---|
| ObjectDisposedException | The IBrowser has already been disposed. | 
See Also