var i=0; setInterval(function(){document.getElementById('withdraw-confirm-btn').click();console.log('Withdraw try no ' + ++i + ' @ ' + new Date())},10000);