adeffbaac1
* docs(new): migrate Page.ts to TSDoc (part 0 / 2) Co-authored-by: Changhao Han <changhaohan@chromium.org>
18 lines
449 B
Markdown
18 lines
449 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Page](./puppeteer.page.md) > [isJavaScriptEnabled](./puppeteer.page.isjavascriptenabled.md)
|
|
|
|
## Page.isJavaScriptEnabled() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
isJavaScriptEnabled(): boolean;
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
boolean
|
|
|
|
`true` if the page has JavaScript enabled, `false` otherwise.
|
|
|