class Browser { constructor(options) { this.options = options; this.window = null; this.document = null; this.statusCode = null; this.contentType = null; this.headers = null; this.statusCode = null; this.contentType = null; this.html = null; this.js = null; this.links = null; this.scripts = null; this.cookies = null; } } module.exports = Browser;