b86ff21b64
Just one was used externally and I wrapped that up in a method. I think it's a useful method to provide (I can imagine wanting to know if JS is enabled on a page) so I think there's no harm here (I'd rather that then have JSHandle reach into a private variable).
6.3 KiB
6.3 KiB
Page class
Signature:
export declare class Page extends EventEmitter
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(client, target, ignoreHTTPSErrors) | Constructs a new instance of the Page class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
accessibility | Accessibility | ||
coverage | Coverage | ||
keyboard | Keyboard | ||
mouse | Mouse | ||
touchscreen | Touchscreen | ||
tracing | Tracing |