Relaunch browser automatically

main
Elbert Alias 4 years ago
parent 9ffb1df03a
commit c89dec1e22

@ -263,7 +263,11 @@ class Site {
} }
if (!this.browser) { if (!this.browser) {
throw new Error('Browser closed') await this.init()
if (!this.browser) {
throw new Error('Browser closed')
}
} }
const page = await this.browser.newPage() const page = await this.browser.newPage()

@ -13,7 +13,7 @@
"software" "software"
], ],
"homepage": "https://www.wappalyzer.com/", "homepage": "https://www.wappalyzer.com/",
"version": "6.3.6", "version": "6.3.7",
"author": "Wappalyzer", "author": "Wappalyzer",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

@ -13,7 +13,7 @@
"software" "software"
], ],
"homepage": "https://www.wappalyzer.com/", "homepage": "https://www.wappalyzer.com/",
"version": "6.3.6", "version": "6.3.7",
"author": "Wappalyzer", "author": "Wappalyzer",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

@ -266,15 +266,15 @@
"priority": 9 "priority": 9
}, },
"69": { "69": {
"name": "Social login", "name": "Social logins",
"priority": 6 "priority": 6
}, },
"70": { "70": {
"name": "SSL/TLS certificate authority", "name": "SSL/TLS certificate authorities",
"priority": 6 "priority": 6
}, },
"71": { "71": {
"name": "Affiliate program", "name": "Affiliate programs",
"priority": 6 "priority": 6
} }
}, },
@ -3284,7 +3284,14 @@
], ],
"description": "CrownPeak is a cloud-based Digital Experience Management (DEM) platform that is designed to in the management of digital experiences across multiple touch-points, especially for marketing and a freer IT architecture.", "description": "CrownPeak is a cloud-based Digital Experience Management (DEM) platform that is designed to in the management of digital experiences across multiple touch-points, especially for marketing and a freer IT architecture.",
"icon": "Crownpeak.png", "icon": "Crownpeak.png",
"scripts": "c\\.evidon\\.com", "js": {
"CrownPeakAutocomplete": "",
"CrownPeakSearch": ""
},
"scripts": [
"c\\.evidon\\.com",
"js/crownpeak\\."
],
"website": "http://www.crownpeak.com" "website": "http://www.crownpeak.com"
}, },
"Crypto-Loot": { "Crypto-Loot": {

Loading…
Cancel
Save