Gets or sets a value indicating whether the browser is JavaScript enabled
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public bool IsJavaScriptEnabled { get; set; }
public bool IsJavaScriptEnabled { get; set; }
Public Property IsJavaScriptEnabled As Boolean
Get
Set
Public Property IsJavaScriptEnabled As Boolean
Get
Set
public:
virtual property bool IsJavaScriptEnabled {
bool get () sealed;
void set (bool value) sealed;
}
public:
virtual property bool IsJavaScriptEnabled {
bool get () sealed;
void set (bool value) sealed;
}
Implements
ICapabilities IsJavaScriptEnabled