From bf6bad64faa9ddfe0cce78a9db05d91ada1039dc Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Wed, 23 Jul 2025 00:12:42 +0200 Subject: [PATCH] aliexpress: close popup, closes #493, closes #490 --- aliexpress.js | 1 + 1 file changed, 1 insertion(+) diff --git a/aliexpress.js b/aliexpress.js index 5bef90c..eebbf48 100644 --- a/aliexpress.js +++ b/aliexpress.js @@ -85,6 +85,7 @@ const urls = { const coins = async () => { console.log('Checking coins...'); + page.locator('.hideDoubleButton').click().catch(_ => {}); const collectBtn = page.locator('.signVersion-panel div:has-text("Collect")').first(); const moreBtn = page.locator('.signVersion-panel div:has-text("Earn more coins")').first(); await Promise.any([