Page.isJavaScriptEnabled() method
Signature:
class Page {
isJavaScriptEnabled(): boolean;
}
Returns:
boolean
true
if the page has JavaScript enabled, false
otherwise.
Signature:
class Page {
isJavaScriptEnabled(): boolean;
}
Returns:
boolean
true
if the page has JavaScript enabled, false
otherwise.