Skip to content

Commit

Permalink
eg: print purchaseURL, #127
Browse files Browse the repository at this point in the history
  • Loading branch information
vogler committed Jun 1, 2023
1 parent 4e8e8ee commit 5c50aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions epic-games.js
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 5c50aa8

Please sign in to comment.