I want to click button without name using a spynner. The button looks like this:
<li> <a onclick="save(); return false;" href="">
<img src="/pathtoimage" width="31" height="13" alt="Save Changes"img border="0"></a>
</li>
</ul>
Have you any idea? Please write some code. Any help is much appreciated!