
Performs a Click action on a specific element.
Created Script

Get Image Element – retrieves a Html element. Note: we are retrieving a Image element since that is what was selected.
Click Image – add a Click action to that element.
Perform Element Actions – peforms all actions on a specific element. Note: In this case, we are peforming only a Click Action.