document.querySelector('.qx-button-box').onclick = function() { alert('Working') }
document.querySelector('.qx-button-box').click();