Javascript click doesn't work
I'm simply trying to figure out how to automatically click the login
button. Nothing I've tried works.
https://www.24option.com/
I've tried:
$("#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?
No comments:
Post a Comment