juzjus10 / Epic-Account-Creator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Choose how you would like to sign up error.

opened this issue · comments

Hello, I'm writing to you again to point out a recent issue on the epic games register page. Now when you register, it takes you to this screen first (after you've put in the date).
image

I fixed this by adding:

await driver.wait(until.elementLocated(By.className('epic-btn')), 5000);
await driver.findElement(By.className('epic-btn')).click();

Hope you can add this to fix this issue.

please note the prompt may not come for everyone so check for presence first

fixed in the latest commit