There is a website with an image button on it which I am trying to click using selenium. The code for this from inspecting the element is:
<img src="../images/aaa.gif" width="100px" height="100px" border="0" alt="aaa">
I know how to use find_element_by_name, id, etc...but am unsure how what to use to click the above. Could anyone advise please?
PS. The image also has a href on a seperate line of code if that makes things simpler?