1
There is a webpage that I frequently use at work, where I go to the page and then click on a button on the page. What I would like is to have a bookmark which takes me directly to the destination of the button.
If I inspect element on the button, I get this:
<a href="#" id="new" onclick="Rally.nav.Manager.create('defect', {iteration: 'u'});return false;">New Defect.../a>"
Is there a way I can bookmark this page and then have my browser automatically perform that onclick action as a command, thus taking me directly to the button destination?