I need a javascript bookmarklet that will click on a button within a web based program I use for work. It is just the refresh button for part of the page. The element information (from Google Chrome's developer tools) is listed below.
Refresh
I tried this: javascript:document.getElementsByClassName("Ref btn btn3d TableBtn").click();
Seems to do nothing.
I haven't messed with bookmarklets or javascript in a very long time, but I know something like this is possible.