feat: 增快鼠标移动速度 (ref #13)

This commit is contained in:
foxhui
2026-01-24 03:51:16 +08:00
Unverified
parent a85b731ce1
commit 5b7d1e9322
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ export async function gotoWithCheck(page, url, options = {}) {
const { timeout = TIMEOUTS.NAVIGATION } = options;
try {
const response = await page.goto(url, {
waitUntil: 'domcontentloaded',
waitUntil: 'load',
timeout
});
if (!response) {