I make a bot for one site on JS. I load my JS file through a bookmark in the browser, there is such a method.
I use Google Chrome browser, I try using jQuery to click on the button on this site, but for some reason it does not work.
Not advertising for the sake of course, the site itself is here: alpari [dot] en / ru / binary_options /
You need to click on the "ВЫШЕ" button. Tried in two ways:
$("div.bali-grid__call_put button.bali-button_type_green").trigger("click"); var event = $.Event('click'); event.clientX = 1010; event.clientY = 805; $('div.bali-grid__call_put button.bali-button_type_green').trigger(event); But the click does not occur. Perhaps as a ban on a software click was made, but I still do not understand how.