From 5c50aa8de7389cef35875da46ef85b8ae550b3d6 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Thu, 1 Jun 2023 16:58:15 +0200 Subject: [PATCH] eg: print purchaseURL, #127 --- epic-games.js | 1 + 1 file changed, 1 insertion(+) diff --git a/epic-games.js b/epic-games.js index de50f61..6480146 100644 --- a/epic-games.js +++ b/epic-games.js @@ -161,6 +161,7 @@ try { console.log(' Not in library yet! Claim!'); // go to purchase of unclaimed game - https://github.com/vogler/free-games-claimer/issues/127 const purchaseURL = `https://store.epicgames.com/purchase?offers=1-${game.namespace}-${game.id}`; + console.log(' purchaseURL:', purchaseURL); await page.goto(purchaseURL); // click Continue if 'Device not supported. This product is not compatible with your current device.' - avoided by Windows userAgent?