Add security policy for chrome

This commit is contained in:
Gardner Bickford
2022-06-18 14:15:42 +12:00
parent a9c051b743
commit ca04fd42f3
5 changed files with 1563 additions and 8 deletions
-2
View File
@@ -16,8 +16,6 @@ module.exports = async (link, id) => {
await page.goto(link, { waitUntil: "load", timeout: 0 });
console.log(screenshotDirectory + "/" + id + ".png");
await page.screenshot({
path: screenshotDirectory + "/" + id + ".png",
fullPage: true,