var buttons = document.getElementsByClassName('button-class'); for(var i = 0; i < buttons.length; i++) buttons[i].click();