Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Apr 3, 2024
1 parent 44a4c21 commit c0a5bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pteer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require("dotenv").config();
setTimeout(resolve, time);
});
}
const browser = await puppeteer.launch({ headless: false });
const browser = await puppeteer.launch({ headless: true });
const page = await browser.newPage();
//登录操作
await page.goto("https://linux.do", { timeout: 60000 });
Expand Down

0 comments on commit c0a5bc3

Please sign in to comment.