You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
db.data[user][game_id]||={ title,time: datetime(),url: page.url()};// this will be set on the initial run only!
188
193
console.log('Current free game:',title);
194
+
if(bundle_includes)console.log(' This bundle includes:',bundle_includes);
189
195
constnotify_game={ title, url,status: 'failed'};
190
196
notify_games.push(notify_game);// status is updated below
191
197
@@ -220,7 +226,7 @@ try {
220
226
console.log(' Accept End User License Agreement (only needed once)');
221
227
console.log(page.innerHTML);
222
228
console.log('Please report the HTML above here: https://github.com/vogler/free-games-claimer/issues/371');
223
-
awaitpage.locator('input#agree').check();// TODO Bundle: got stuck here
229
+
awaitpage.locator('input#agree').check();// TODO Bundle: got stuck here; likely unrelated to bundle and locator just changed: https://github.com/vogler/free-games-claimer/issues/371
0 commit comments