for(let i=0; i<$(".btn-danger").length; i++){ setTimeout(function(){ $(".btn-danger:eq(0)").click(); setTimeout(function(){ $('.panel-body input[type=radio]:nth-child(5)').prop('checked',true); $('#soru_CevapMetin').val('skip'); $(".panel-footer > a").click(); }, 2000); }, 5000*i); }