juzjus10 / Epic-Account-Creator

Apache License 2.0
23 stars 18 forks source link

Choose how you would like to sign up error. #9

Closed ghost closed 4 years ago

ghost commented 4 years ago

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.

tcmaps commented 4 years ago

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

juzjus10 commented 4 years ago

fixed in the latest commit