The title pretty much says it all. I am trying to get a specific button on a website clicked every 2 minutes so that I don't have to constantly press it myself. If I could automate this task that would make my job so much easier. Any suggestions as to what I can do? I have tried other solutions that simply refresh the entire page but that is quite inefficient. I've learned about tampermonkey (I use Chrome) but frankly I'm not sure as to how to proceed with writing a script for it.
Button Info:
<input type="button" id="00B30000008oQyK_refresh" src="s.gif" href="javascript:void(0)" onclick="javascript:ListViewport.instances['00B30000008oQyK'].refreshList()" class="btn refreshListButton" title="Refresh">
Any suggestions would be greatly appreciated.