Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 449 Bytes

puppeteer.page.isjavascriptenabled.md

File metadata and controls

17 lines (10 loc) · 449 Bytes

Home > puppeteer > Page > isJavaScriptEnabled

Page.isJavaScriptEnabled() method

Signature:

isJavaScriptEnabled(): boolean;

Returns:

boolean

true if the page has JavaScript enabled, false otherwise.