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