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
Copy file name to clipboardExpand all lines: epic-games.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ try {
72
72
if(cfg.time)console.time('login');
73
73
74
74
// page.click('button:has-text("Accept All Cookies")').catch(_ => { }); // Not needed anymore since we set the cookie above. Clicking this did not always work since the message was animated in too slowly.
75
+
page.locator('button:has-text("Continue")').click().catch(_=>{});// already logged in, but need to accept updated "Epic Games Privacy Policy"
0 commit comments