mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
265 B
265 B
sidebar_label |
---|
Page.isJavaScriptEnabled |
Page.isJavaScriptEnabled() method
true
if the page has JavaScript enabled, false
otherwise.
Signature:
class Page {
abstract isJavaScriptEnabled(): boolean;
}
Returns:
boolean