Property JavaScriptEnabled
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
JavaScriptEnabled
Enables or disables JavaScript on the web pages loaded in the browser.
bool JavaScriptEnabled { get; set; }
Property Value
- bool
true
if JavaScript is enabled,false
otherwise.
Exceptions
- ObjectDisposedException
The IBrowserSettings has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.