Skip to content

Commit a975629

Browse files
committed
eg: click Continue on updated Privacy Policy
1 parent afae8c3 commit a975629

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

epic-games.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ try {
7272
if (cfg.time) console.time('login');
7373

7474
// 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"
7576

7677
while (await page.locator('egs-navigation').getAttribute('isloggedin') != 'true') {
7778
console.error('Not signed in anymore. Please login in the browser or here in the terminal.');

0 commit comments

Comments
 (0)