Referring to this code here:
var run;
function refresh() {
var dashboardButton = document.getElementById('db_ref_btn');
dashboardButton.click()
}
window.onload = setInterval(refresh);
We have a Professional Edition org and and Enterprise Org ...and assuming we are unable to refresh with standard refresh provided in our Enterprise Edition org,
How can you specify which dashboards are being refreshed? We'd like to refresh all 6 of our dashboards.