fix: prime-gaming dlc content

* specific dlc tab is not available anymore
This commit is contained in:
Eduard Marbach 2025-06-09 15:08:06 +02:00
parent 4ebbc65286
commit ec6c9d7a49

View file

@ -363,7 +363,7 @@ try {
// https://github.com/vogler/free-games-claimer/issues/55 // https://github.com/vogler/free-games-claimer/issues/55
if (cfg.pg_claimdlc) { if (cfg.pg_claimdlc) {
console.log('Trying to claim in-game content...'); console.log('Trying to claim in-game content...');
await page.click('button[data-type="InGameLoot"]'); await page.click('button[data-type="All"]');
const loot = page.locator('div[data-a-target="offer-list-IN_GAME_LOOT"]'); const loot = page.locator('div[data-a-target="offer-list-IN_GAME_LOOT"]');
await loot.waitFor(); await loot.waitFor();