I'm simply trying to figure out how to automatically click the login button. Nothing I've tried works.
https://www.24option.com/24option/#Trade
I've tried:
$(".loginButton").click()
$("#loginButton").click()
$(".gwt-PushButton.loginButton.gwt-PushButton-up").click()
I've also tried using a few "click simulators" via javascript. Those didn't work either.
Any ideas how to just get the button to click via JS?
$('.login_btn').click();.