I am trying to click a download and a graph link on a webpage and I can not seem to get it to work.
Everything I've worked with so far seems to have an ID/Name/Class that work well with getElementById/Name call, but with this link I cant seem to find anything that will reference to it and click. Please, help me!
CODE:
<.a href="#" onclick="spr_command('plot_graph'); return false;">Graph</a>
<.a href="#" onclick="spr_command('download'); return false;">Download</a>