I try to create an application to log in to https://www.easports.com/fifa/ultimate-team/web-app/# using JS, and I am not able to click on the Login button.
Calling click on the button element.
document.getElementsByTagName("button")[0].click()
Nothing happens. If I move with the mouse and click it, it works.