eg: print purchaseURL, #127
This commit is contained in:
parent
4e8e8ee884
commit
5c50aa8de7
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ try {
|
||||||
console.log(' Not in library yet! Claim!');
|
console.log(' Not in library yet! Claim!');
|
||||||
// go to purchase of unclaimed game - https://github.com/vogler/free-games-claimer/issues/127
|
// 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}`;
|
const purchaseURL = `https://store.epicgames.com/purchase?offers=1-${game.namespace}-${game.id}`;
|
||||||
|
console.log(' purchaseURL:', purchaseURL);
|
||||||
await page.goto(purchaseURL);
|
await page.goto(purchaseURL);
|
||||||
|
|
||||||
// click Continue if 'Device not supported. This product is not compatible with your current device.' - avoided by Windows userAgent?
|
// click Continue if 'Device not supported. This product is not compatible with your current device.' - avoided by Windows userAgent?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue