eg: print purchaseURL, #127

This commit is contained in:
Ralf Vogler 2023-06-01 16:58:15 +02:00
parent 4e8e8ee884
commit 5c50aa8de7

View file

@ -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?